pikasTech / PikaPython

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 project: MicroPython, JerryScript.
http://pikapython.com/
MIT License
1.47k stars 134 forks source link

[语法问题] 函数入参的默认值无法被传入值覆盖 #347

Open AZhao-YZW opened 2 weeks ago

AZhao-YZW commented 2 weeks ago

问题现象

  1. 函数带默认值参数无法被传入值覆盖 image
  2. 函数的位置参数(tuple)包含了本应赋值给带默认值参数的值 image
pikasTech commented 2 weeks ago

并 #348 #349 一同回复:

问题收到了,会重视处理