1
print('hello world')
2
# 两数之和 print('hi') a = int(input('第一个数')) b = int(input('第二个数')) c = a + b print(c)
上一篇 使用Springboot+Thymeleaf+Mybatis实现对Mysql数据库的增删改查以及分页查询
下一篇 Python 字符串类型转布尔类型
版权所有 (c)2021-2022 MSHXW.COM
ICP备案号:晋ICP备2021003244-6号