Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_for_nested.py:
adj = ["red", "big", "tasty"] fruits = ["apple", "banana", "cherry"] for x in adj: for y in fruits: print(x, y)