숫자1 [파이썬 공부] 입문 (4) 변수와 데이터 유형 출처: freeCodeCamp, Learn Python: Full Course for Beginners (https://www.youtube.com/watch?v=rfscVS0vtbw) 1. 변수(Variables) 특정한 데이터값(data value)을 저장하는 용기(container)에 해당 변수를 이용하면 데이터를 관리하는 것이 편리해짐 1.1. [예제] 아래와 같이 작성된 이야기 프로그램에서 인물명(character’s name)과 나이(age)를 변경하라 print("There once was a man named George, ") print("he was 70 years old. ") print("He really liked the name George, ") print("but didn't.. 2022. 8. 17. 이전 1 다음