Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleCode Block G
if (hello_world):
  print("hi, world")
elif (hello_world == "True"):
  print("true")
else:
  print("false")

...

Code Block
titleCode Block H
hi, world

This whole process should be communicated to IDLE users via AT.

...