Posts by f6l6p6 • 27 points
2 posts
-
-2
votes3
answers94
viewsQ: String validation using while in Python
The following code is intended to ask for the user’s gender ("f" or "m") and if the user typed another letter, he would continue to ask to type "f" or "m", however when executing it he keeps asking…
-
0
votes1
answer68
viewsQ: Can I do better code than this in Python? I’m a beginner in the language and would like to know if I’m on the right track
Objective of this program is to receive the radius of the user and calculate the area of the circle. I’m a beginner in Pyhton, so I’d like to know if this is the most efficient code I could do to…