Tuesday, October 18, 2016

Blog 18


 Write 2 lines of Comments for the code below.


number = int(input("Enter a number: "))
print "Five times that number is: " + str(number * 5)

17 comments:

  1. It will ask for a number then you input then it will times it by 5
    -Sean

    ReplyDelete
  2. #user input for "number" integer variable
    #print 5 times "number"
    -Katelyn

    ReplyDelete
  3. It will ask you to input a number and it will take that number and multiply it by 5
    - Owen Luther

    ReplyDelete
  4. it let you input the number then give you that number times 5
    Charlie Lin

    ReplyDelete
  5. """
    This program multiplies the inserted number by 5
    """
    #Asks for a number
    #Multitplies that number by 5

    Josh LEe

    ReplyDelete
  6. # The user inputs a number and it converts it to an integer
    # prints the number multiplied by 5 and converts it to a string

    - Abby Peterson

    ReplyDelete
  7. it the number and then time by 5.
    -Lux lei

    ReplyDelete
  8. Chris VanYe
    """
    this program multiples the inputted number by 5
    """
    #this is the input code for the number

    ReplyDelete
  9. The number will times it by 5
    -Gary

    ReplyDelete
  10. '''
    Accept only integer forms of input from the user, then save it into the ram.
    '''

    '''
    Prints out the product of the number n entered into by the user times five, and returns it as a printable string.
    '''
    ~Travis Vonheeder

    ReplyDelete
  11. # it asks for user input and converts that to an integer
    # prints a statement, multiplies that number by 5, and converts it to a string

    - Abby Peterson

    ReplyDelete
  12. it ask for the number and input is time by 5
    -Lux lei

    ReplyDelete
  13. What is comments I don't understand the question

    ReplyDelete
  14. """
    Put in a number, and the program multiplies it by 5.
    """
    -Ben

    ReplyDelete
  15. It asks for a number, and the program multiplies it by 5.
    Alex Haston

    ReplyDelete
  16. it multiplies a number by 5.

    jonathan

    ReplyDelete
  17. The User enters a number.
    The tells them the number times 5.
    -Joe Haj

    ReplyDelete