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

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 12:30, kayleigh2037
What characteristic of long period comets suggest they come directly from the oort cloud?
Answers: 2
image
Computers and Technology, 23.06.2019 14:00, uday50
Select the correct answer. a company is currently focusing on creating specific management goals for itself. which level of maturity is the company demonstrating under the sse_ccm framework? a. performed informally b. planned and tracked c. quantitatively controlled d. well-defined e. continuously improving
Answers: 2
image
Computers and Technology, 23.06.2019 14:00, shawn423
How are stop motion special effects in animated films created
Answers: 1
image
Computers and Technology, 23.06.2019 23:30, ayjahj
What can you prevent issues related to downloading content form the internet
Answers: 1
You know the right answer?
Int = int(input()) float= float(input())
character = (input())
string = (input())
...

Questions in other subjects:

Konu
Mathematics, 15.12.2020 05:30
Konu
Chemistry, 15.12.2020 05:30
Konu
Chemistry, 15.12.2020 05:40
Konu
Mathematics, 15.12.2020 05:40