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)
https://meet.google.com/sxd-wafk-kjh
Design LALR Bottom up Parser using YACC.
Design LALR Bottom up Parser. <parser.l> %{ #include<stdio.h> #include "y.tab.h" %} %% [0-9]+ {yylval...
(no title)
Lucky Gifts "Planet Kids Entertainment Fair" is back to delight kids and parents. The Fair will have non-stop entertainment w...
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...