PikaPython icon indicating copy to clipboard operation
PikaPython copied to clipboard

An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar proje...

Results 28 PikaPython issues
Sort by recently updated
recently updated
newest added

``` print('******************') d = {'language':['c','python']} print(d) print('******************') d['language'].append('Java') #l = d['language'] #l.append('Java') print(d) ``` only in comment code work

建议加上空循环报错功能 cPython ![image](https://user-images.githubusercontent.com/84944863/175768468-2aa008a7-320a-4d74-969f-e36ad9bba54b.png) PikaScript 在某些时候打完第一句 While True: 后发现要使用的没初始化(比如GPIO),此时就无法退出循环,只能复位mcu,如果真的要空循环建议使用pass ![image](https://user-images.githubusercontent.com/84944863/175768602-e1fd19d9-fce0-4214-bf01-1ebfaff6fadd.png)

# Language - [ ] #202 - [ ] #182 - [ ] #162 - [ ] #119 - [ ] #95 - [ ] #61 # Lib # Bug...

good first issue