《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)

你可能感兴趣的:(python,python,算法,leetcode)