Skip to content

Asuzor11/Python-demo-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python-demo-apps

#Dice game import random

class Dice: def roll(self): first=random.randint(1,6) second=random.randint(1,6) return first, second

dice=Dice() print (dice.roll())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published