Literals
print(3) print(3.14) print("abcd") print(True) print('xyz')
Run