Python Forum
Newbie to Python, Need help with how to impliment random values
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie to Python, Need help with how to impliment random values
#9
Yes that is correct
if variable > 0:
    print('Greater than 0')
if variable < 10:
    print('Less than 10')
if 10 > variable > 0:
    print('Its between')
Reply


Messages In This Thread
RE: Newbie to Python, Need help with how to impliment random values - by Yoriz - Dec-19-2016, 01:15 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python newbie laleebee 2 1,380 May-24-2022, 01:39 PM
Last Post: laleebee
  Newbie on Python syntax rud0lp20 6 3,007 Apr-21-2020, 04:26 PM
Last Post: jefsummers
  python newbie marcush929 2 2,644 Jan-01-2020, 08:06 AM
Last Post: marcush929
Smile Help needed. Python Newbie!, it will be fun. knightdea 3 2,677 Oct-13-2019, 08:50 AM
Last Post: perfringo
  Python Linting (newbie) LieveHeer 2 2,664 Jan-24-2019, 05:36 PM
Last Post: LieveHeer
  Python newbie is asking Marcus_Gondwe 4 3,464 Apr-04-2018, 11:08 AM
Last Post: Marcus_Gondwe
  Newbie ? Python 3 Input() jlgrunr 1 2,487 Feb-17-2018, 10:26 PM
Last Post: Gribouillis
  Python Newbie phylon 1 35,381 Jan-09-2018, 10:46 AM
Last Post: Gribouillis
  Newbie question: random Truman 8 4,974 Dec-19-2017, 09:27 PM
Last Post: Truman
  NEWBIE HELP: How to tell Python when to use a function BoaVenom18 4 5,478 Dec-17-2016, 09:00 PM
Last Post: j.crater

Forum Jump:

User Panel Messages

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