@ -1,3 +1,11 @@
import random
#randrange(lw_incl,up_excl)
print(random.randrange(0,10))
#String tests
a = "hello world"
b = """hello
world"""
c = 'world hello'
d = '''world
hello'''
print(a)
print(b)
print(c)
print(d)
The note is not visible to the blocked user.