num int(input("Enter a number : "))

print("Hexadecimal of str(num) + + str(hex(num)))
print("Octal of str(num) + " *+ str(oct (num))) 
print("Square root of + str(num) +: " + str(num* *8.5))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: