subject

Int = int(input()) float= float(input())
character = (input())
string = (input())

print('Enter integer (32 - 126):\n',int)
print('Enter float:\n',float)
print('Enter character:\n',character)
print('Enter string:\n',string)

print(int, float, character, string)
print(string, character, float, int)
print(int, 'converted to a character is c')

The output is this:

Enter integer (32 - 126):
99
Enter float:
3.77
Enter character:
z
Enter string:
Howdy
99 3.77 z Howdy
Howdy z 3.77 99
99 converted to a character is c

What am I doing wrong?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:30
The next button in the review section shows the next available comment. next slide with no comment. previous comment. edited comment.
Answers: 1
question
Computers and Technology, 23.06.2019 06:30
On early television stations, what typically filled the screen from around 11pm until 6am? test dummies test patterns tests testing colors
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
Which is a possible benefit of having a good credit history? having a checking account low interest rate on a car loan high interest rate on a credit card offer bankruptcy
Answers: 1
question
Computers and Technology, 24.06.2019 03:00
Click the "draw structure" button to activate the drawing utility. draw two diastereomers of (1z,4r)−1,4−dimethylcyclodecene and name them, including (e)/(z) and (r)/(s) notation. part 1 out of 4 draw the diastereomer containing a chiral center with s configuration here. window open
Answers: 1
You know the right answer?
Int = int(input()) float= float(input())
character = (input())
string = (input())
...
Questions
question
Mathematics, 06.05.2020 00:07
question
Mathematics, 06.05.2020 00:07
Questions on the website: 13722361