User Profile

Collapse

Profile Sidebar

Collapse
od11kd
od11kd
Last Activity: Feb 5 '13, 07:37 AM
Joined: Feb 2 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • od11kd
    replied to Jython output help (beginner question)
    Thank you so much! Appreciate it
    See more | Go to post

    Leave a comment:


  • od11kd
    started a topic Jython output help (beginner question)

    Jython output help (beginner question)

    Hey guys!

    So I am trying to do a program, and for the most part I have it down except for 1 part of it.

    Basically, I want my function to continue to prompt a user to enter an integer number between 1 and 100 inclusive, until the user enters a invalid integer.

    I have the program here:
    Code:
    def assign2PartB(): 
    x = 0 
    while x <= 100: 
    x = input ("Enter a number between 1 and
    ...
    See more | Go to post
    Last edited by Niheel; Feb 5 '13, 06:24 AM. Reason: Please don't delete questions when someone has taken time to help
No activity results to display
Show More
Working...