0
Code part of the application not working properly
Am new to programming and tring to test the codes am learning in python.. 3 + 3.. or 7%(5+2) but coder keep saying i have problems and not correct
2 odpowiedzi
+ 5
If you really have a problem you should put your code in playground and link it here.
+ 2
Try
print (3+3)
print(7%(5+2))