...
Code Block | ||
---|---|---|
| ||
if (hello_world):
print("hi, world")
elif (hello_world == "True"):
print("true")
else:
print("false") |
...
Code Block | ||
---|---|---|
| ||
hi, world |
This whole process should be communicated to IDLE users via AT.
...
...
Code Block | ||
---|---|---|
| ||
if (hello_world):
print("hi, world")
elif (hello_world == "True"):
print("true")
else:
print("false") |
...
Code Block | ||
---|---|---|
| ||
hi, world |
This whole process should be communicated to IDLE users via AT.
...