机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
许轩豪
更新时间:
2025-07-30 07:01
浏览:
20次
点赞:
0次
热度:
20
import turtle print('hello') print('world') a = '90' b = '80' c = int(a) d = int(b) print(c + d) a=5 b=2 a-=b print(a) x=6; y=7; z=3*(12/x)+(x-5)/(y-6) print('z=',z)
点赞成功
分享作品
×