Posts by Lucas Cavalcante • 1 point
1 post
-
-4
votes2
answers159
viewsQ: How do I repeat an algorithm in Python?
I’m starting to study programming and I’m making a simple Python calculator in Pycharm, and I wanted to know how to repeat an algorithm when the user decides to continue using the calculator. I…