《python基础教程》答案(第一章)

《python基础教程》答案(第一章)

1.1

# created by swy
print("rock a by baby, \nton the tree\n\twhen the wind blows\n\tthecradle will drop\n")

1.2

# created by swy
x = int(input())
print("x is %i" %x)

猜你喜欢

转载自blog.csdn.net/swy_swy_swy/article/details/106241294