Day 4 - 100 Days of Python
import random
Today I learned how to use the random module in Python. One of the popular use cases is to generate a random number between two given numbers by calling random.randint(1, 10). In my opinion, this particular method is more powerful than ...
h2y.hashnode.dev2 min read
Sabiha Zulfiqar
I learn.
I agree that Python syntax is a lot simpler and convenient at times! You're right, accomplishing something no matter how small boosts our moods and morale. We realize a lot later that these pebbles were actually stepping stones ^^ Keep going!