Posts by Iury Tavares • 31 points
2 posts
-
2
votes3
answers122
viewsQ: Iteration using "while"
I have a little trouble understanding while and I came across an exercise that asked me to do the following: Read N sequences and find out how many f has in each sequence. I cannot use for in that…
-
1
votes2
answers350
viewsQ: Fonts for standard Python functions
Is there any way I can figure out the algorithm behind functions like split() and in in Python, because in my faculty there are some forbidden functions.