Search found 1 match
- Tue Jan 28, 2020 6:59 pm
- Forum: MicroPython pyboard
- Topic: print() interrupted with rshell, resumes with repl
- Replies: 1
- Views: 1939
print() interrupted with rshell, resumes with repl
Hi Forum: First time caller. Fairly new to Python. Warning! Portions of this are not very 'pythonic'. The following psedo-code is structurally very similar to a program that I am writing. def Do_Weird_Stuff(): print(' '); #<- this is the interesting part return [51.60709 995.4415 237.2677 685.4344 3...