@ -1,2 +1,7 @@
#Printing hello world
#Cast testing
print("Hello world!")
x = str(3)
y = int(3)
z = float(3)
print(type(x), " : ", x)
print(type(y), " : ", y)
print(type(z), " : ", z)
The note is not visible to the blocked user.