Untitled

Run Settings
LanguagePython
Language Version
Run Command
a, b, c, d = map(int, input().split()) if a or b or c or d not in range(0, 101): print('잘못된 점수') else: if (a+b+c+d)/4 >= 80: print('합격') else: print('불합격')
Editor Settings
Theme
Key bindings
Full width
Lines