Posts by lucashamaral • 95 points
2 posts
-
5
votes2
answers143
viewsQ: Random Hoice and shuffle with different behaviors
I’m testing some codes with the module random and I noticed a difference in behavior between random.choice() and random.shuffle(). Following the codes I’m training: import random alunos =…
-
4
votes6
answers491
viewsQ: Optimize code in Python
I made the code below but I have the feeling that it can be improved and that maybe I’m turning it too much. It is a code in which I have a text input and if it is not written in all uppercase…