May 4, 2025
a = 1
b = 3
five = 5
print
print(a)
print(b)
print(five)
print("これはaです", a)
print(a, b, five)
Full transcript