mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 05:06:35 +01:00
more changes and additions
This commit is contained in:
@@ -24,4 +24,7 @@ print("hello world: {} {}".format(machine.rng(), " random number"))
|
||||
#you can also ask for user input
|
||||
result = input("what's up?\n")
|
||||
print(result)
|
||||
# and lastly, you can also print like this,which is very useful when printing large amounts of data
|
||||
i = 10
|
||||
print(1,2,3,'e',i)
|
||||
```
|
||||
Reference in New Issue
Block a user