Be patient, Everything is coming Together.
Search This Blog
Thursday, April 7, 2022
dice rolling
import random
while True:
print(''' 1. roll the dice 2. exit ''')
user = int(input("what you want to do\n"))
if user==1:
number = random.randint(1,6)
print(number)
else:
break
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
SQL Materials
click here to download videos on SQL
DBMS Lab
https://meet.google.com/qjv-erbu-ewf ________________________________________________________________________________ Microsoft Teams meeti...
day 2
PROBLM NO :1 An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number i...
Computer Programming Lab (23CS51) / A.Y : 2025-2026 /IT / I Sem / A
PRE-REQUISITE: Mathematics, Basic Computer Terminology COURSE EDUCATIONAL OBJECTIVE (CEO): The course aims to give students hands–on exp...