8월9일 주석,출력,자료형
Python
#문자형
"김승후"
#숫자형
123 #정수
0.73#실수형
#리스트
["김승후"]
print("hello")
print(1234567890)
print(0.1234567890)
print(["김승후"])
Output
Embed on website
To embed this program on your website, copy the following code and paste it into your website's HTML:
Comments
This comment belongs to a banned user and is only visible to admins.
This comment belongs to a deleted user and is only visible to admins.