@ -1,12 +1,6 @@
#String tests
a = "hello world"
b = """hello
world"""
c = 'world hello!'
d = '''world
hello!'''
e = "!"
print("!" not in a)
print(e not in b)
print("!" not in c)
print(e not in d)
#[lw_inc:up_exc]
print(a[2:8])
print(a[:8])
print(a[2:])
The note is not visible to the blocked user.