Computers and Technology
29.07.2022 13:22
197
269
8
Solved by an expert

Write code to output the ASCII characters that are represented by the numbers from

Write code to output the ASCII characters that are represented by the numbers from 45 to 85, one per line.
Show Answers
dtykara
dtykara
5,0(80 marks)

following are the program to this question:

for i in range(45,86): #defining loop, that count form 45 to 86.

print(chr (i))

#convert the value into character and print its value.

Output:

Please find the attachment.

Explanation:

The description of the above python code can be described as follows:

In the above program, a for loop is declare, which uses a range keyword, which is the inbuilt method, that is used to collect a specific range of the data.In the next step,  the print method is used, which uses the "chr" method, which is also an inbuilt method, that converts all integer value into the ASCII code.
Write code to output the ASCII characters that are represented by the numbers from 45 to 85, one per
tasjanayroberts
tasjanayroberts
5,0(25 marks)

please give me thanks please

Popular Questions about the subject: Computers and Technology

using multiple sources and different types of materials helps create a...
Computers and Technology
24.06.2022 17:59
Please pleas please help!! What is an Error caused by trying to open a...
Computers and Technology
23.02.2020 05:17
Help would be much appreciated! Game design!...
Computers and Technology
21.08.2020 16:40
3) Prompt the user for a 3-digit number, and the output should be the magical...
Computers and Technology
12.02.2020 16:41
In which TWO ways does e-governance empower citizens? 1. citizens can obtain...
Computers and Technology
05.01.2022 04:07
Imagine you are a manager for a seafood distributer on the West Coast....
Computers and Technology
09.05.2020 17:38
Hello! who wanna do roleplay? plz dont answer if u dont wanna....
Computers and Technology
25.12.2020 15:42
Drag each label to the correct location on the label. Match the tool to...
Computers and Technology
18.06.2023 14:57
provide a label or explanation of an image or object....
Computers and Technology
18.06.2020 07:06

New questions by subject

Explain how water use is different today and how acequia societies are...
History
21.03.2020 14:35
How can adding one additional species make changes in an entire ecosystem?...
Biology
26.08.2020 14:44
50 days after easter sunday jesus sent the holy spirit to guide the apostles....
Social Studies
04.10.2021 03:14
Which fictional reporter worked at the daily planet in the city of metropolis...
English
23.05.2020 11:31
What painter s tool is used to hold up the support?...
Arts
22.12.2022 23:51
Why did the snail have an s painted on his vw?...
Mathematics
02.06.2023 03:05
Emily brought 48 yards of fabric to make curtains. how many inches of fabric...
Mathematics
08.02.2021 05:18
Which organisms are the best example of producers in a food web?...
Social Studies
28.02.2023 14:20
#
#
#
#
# #

We expand our knowledge with many expert answers