0
Let's say I have n1 ="hi" and n2="yes" .. until n100="kkk" now I want to increment the value of n and print the veriables
6 Answers
+ 3
Like this? No?
https://code.sololearn.com/cYOiK6JoVcT7/?ref=app
+ 2
Thanks is there another way to do this? Seems like fstring workings on python3.6+. I have python 3.5. when I update python to 3.7 I lose my terminal and get so many errors on ubuntu16.04
+ 1
karzan I've updated my code and added some more methods
0
Anna Thank you this works. Can you please explain what is the f stands for in your code?
0
Perfect, worked. Thanks guys