menu
QAmmunity.org
Login
Register
My account
Edit my Profile
Private messages
My favorites
Ask a Question
Questions
Unanswered
Tags
Categories
Ask a Question
Write a for loop that will iterate through the integers from 32 to 255. for each, show the corresponding character from the character encoding.
asked
Apr 21, 2018
16.8k
views
3
votes
Write a for loop that will iterate through the integers from 32 to 255. for each, show the corresponding character from the character encoding.
Computers and Technology
college
Voddan
asked
by
Voddan
7.9k
points
answer
comment
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
2
votes
for i in range( 32, 256 ):
print( "%d\t%s" % ( i, chr( i ) ) )
Lee Crossley
answered
Apr 25, 2018
by
Lee Crossley
8.2k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
← Prev Question
Next Question →
Related questions
asked
Nov 16, 2024
119k
views
In which of the following cases would you use the for loop in Python? -None of the options -When you know exactly the number of times you want to iterate over a block of code - When you want to reuse the
Isurujay
asked
Nov 16, 2024
by
Isurujay
7.5k
points
Computers and Technology
high-school
1
answer
1
vote
119k
views
asked
Nov 15, 2024
152k
views
When using for loops to iterate through (access all elements of a 2D list), the outer loop accesses the __________.
GnarlyDog
asked
Nov 15, 2024
by
GnarlyDog
9.1k
points
Computers and Technology
college
1
answer
4
votes
152k
views
asked
Jun 27, 2024
213k
views
Question 10 of 10 What may occur if it is impossible for the condition in a while loop to be false? A. The program will find a way to meet the condition. B. The loop will iterate forever. C. The game's
Bastyon
asked
Jun 27, 2024
by
Bastyon
7.1k
points
Computers and Technology
high-school
1
answer
3
votes
213k
views
Ask a Question
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.5m
questions
12.2m
answers
Other Questions
“What does it mean when we “rework” copyrighted material?”
The book shows how to add and subtract binary and decimal numbers. However, other numbering systems are also very popular when dealing with computers. The octal (base 8) numbering system is one of these.
Seven basic internal components found in a computer tower
Please help me ! All you do is just put it it all in your own words ! Please this is for my reported card!i don't know how to put it in my own words because my English is not that good!
describe an advance in technology that makes life more enjoyable. what discoveries contribute to this technology?
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search QAmmunity.org