Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python how to
#4
Use this to simulate a result of rolling:

import random
r = int(random.random()*6)
Reply


Messages In This Thread
python how to - by mmmmm - Oct-08-2018, 01:11 AM
RE: python how to - by ichabod801 - Oct-08-2018, 01:59 AM
RE: python how to - by DeaD_EyE - Oct-08-2018, 11:10 AM
RE: python how to - by volcano63 - Oct-08-2018, 12:11 PM
RE: python how to - by zhruser - Oct-08-2018, 12:08 PM
RE: python how to - by buran - Oct-08-2018, 12:26 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020