Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_oper_floordiv.py:
x = 15 y = 2 print(x // y) #the floor division // rounds the result down to the nearest whole number