Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Programming (identifier, literal and function call)
Post: RE: Programming (identifier, literal and function ...

thank you for your reply, print(round(float(input('Enter a decimal number >')))) print(bin(int(input('Enter it again >')))) I enter this code and I got the result I should have: Enter an int...
ledangereux Homework 5 4,996 Aug-19-2018, 04:23 PM
    Thread: Programming (identifier, literal and function call)
Post: RE: Programming (identifier, literal and function ...

input returns a string float returns a floating point number for the string round returns the integer obtained by rounding the floating point number print displays the integer You should enter a p...
ledangereux Homework 5 4,996 Aug-19-2018, 07:55 AM
    Thread: Programming (identifier, literal and function call)
Post: Programming (identifier, literal and function call...

Hello Im am learning Python with Coursera. I run in to a problem. Everything was going well but now I did not receive the information I need to solve this problem. Write a program that prompts the u...
ledangereux Homework 5 4,996 Aug-18-2018, 05:26 PM

User Panel Messages

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