Problem Q: [Python]변수와 입력 - 형성평가 1
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
세 개의 정수형 변수에 10, 20, 30을 대입한 후 그 변수를 이용하여 다음과 같이 출력하는 프로그램을 작성하시오.
Sample Output Copy
10 + 20 = 30