0
Hello What is the problem with my code?
for x in range (8,90,3): print(x, end='') if x != 89 : print("," ,end='')
1 Risposta
+ 5
for x in range (8,90,3):
print(x, end='')
if x != 89 :
print("," ,end='')
for x in range (8,90,3): print(x, end='') if x != 89 : print("," ,end='')