출력 6

정올 문제풀이 - 단계별문제 Python(~3판) 출력

문제링크 연습문제 1 #9501print('첫 번째 프로그램입니다.') 자가진단 1 #700print('Python') 연습문제 2 #9502print('두 번째 프로그램입니다.\n2\n번째 프로그램입니다.') 자가진단 2-1 #701print('Score:')print('100')print('GREAT!') 자가진단 2-2 #702print('My height')print(170)print('My weight')print(68.6) 연습문제 3 #9503print('''3 번째 프로그램입니다.3 번째 프로그램입니다.''') 자가진단 3 #703print('1plus1', '=', 'Gwi', 'yo', 'mi') 연습문제 4 #9504print(' @@')print(' @ @')print(' @..

반응형