【Python】小練習

print("Hello,world!") if 5>2: print("5大於2") #這是一個註釋 """這也是一個註釋""" x = 5 y = "Hello, World!" print(x) print(y) x = 5 # x is of type int x = "Steve" # x is now of type str print(x) x = "Bill" #
相關文章
相關標籤/搜索