no conversations yet. start one! ๐ฑ
warming up the interpreter...
no conversations yet. start one! ๐ฑ
type print("hello") to send a message
print("hey") โ sends "hey"print(2 + 2) โ sends "4"name = "babe" โ saves a variableprint(name) โ sends "babe"