✏️ 공부중 파이썬
#5.변수사용하기
인유주
2023. 8. 12. 13:46
728x90
반응형
SMALL
#5.변수사용하기
#변수=값
a=10 #shift,Enter
print(a)
n=10
n=5
print(n)
728x90
반응형
SMALL