Talk:MicroPython
Appearance
| This article is rated C-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||||
| |||||||||||||||||
| This article is currently the subject of an educational assignment. |
interactive prompt
[edit]There have been some recent edits, one of which states "The user is presented with an interactive prompt...". I have not actually tried out MicroPython but I suspect it does not only run as a command prompt. Can anyone verify this so the article can be clear? Dbsseven (talk) 21:02, 19 May 2017 (UTC)
Maybe change it to say "can also be presented" Chiefmanzzz (talk) 05:17, 20 May 2017 (UTC)
Reading a file example
[edit]In this code snippet, os is imported and never used, afaik it's not necessary for file access like the snippet is doing
import os
# Open and read a file
with open("/readme.txt") as f:
print(f.read())
Categories:
- C-Class Computing articles
- Low-importance Computing articles
- C-Class software articles
- Low-importance software articles
- C-Class software articles of Low-importance
- All Software articles
- C-Class Free and open-source software articles
- Low-importance Free and open-source software articles
- C-Class Free and open-source software articles of Low-importance
- All Free and open-source software articles
- All Computing articles
- Wikipedia articles as assignments

