Etc/Python
019 대입
junmoyo
2021. 1. 21. 21:35
description :
source code :
a = 0; b = 0; c = 0
a = b = c = 1
print(a)
print(b)
print(c)
result :
