+ 3
Is there a way to sum up lines 82 - 90 in my code so i dont have to keep rewriting the same line like it is currently?
3 odpowiedzi
+ 3
You could possibly use a for loop and keep reassigning one string variable to the function and then printing it:
https://code.sololearn.com/c74LZAQpgdgx
+ 2
@Zeke Williams nice I didnt think of this I'll have to use it thanks
+ 1
😦