I'm a final year student pursuing computer science and engineering(B.tech) from a tier 3 college. I know the basic concepts of programming and i'm trying to learn through open source.
I'm available for mentoring if the context is form my domain.
Aug 5, 2023 · 1 min read · Randomization and Python lists "Random module" import random rnd_int = random.randint(1,25) print(rnd_int) rnd_flt = random.random() print(round(rnd_flt,2)) rnd_cmbd = rnd_int + rnd_flt print(round(rnd_cmbd,2)) "heads or tails " import random coin=ra...
Join discussion