python//新手上路001//20191225

print('hello world') print(2**100)// **平方 sum=0 for i in range(1,101): if i%2!=0: sum+=i print(sum) #!/usr/bin/env python3 count = 0 while (count < 9): print("The count is:", count)
相關文章
相關標籤/搜索