answersLogoWhite

0

Here's the code for your program: # Loop through the uppercase alphabet letters

for letter in range(ord('A'), ord('Z') + 1):

print(chr(letter))

BTW you can use this code in Python and try it out for yourself.

User Avatar

Jayr

Lvl 3
1y ago

What else can I help you with?

Related Questions

How do you make all the letters in capital letters if they have already been written in small letters?

You can convert all the letters to uppercase by using the built-in upper() method in Python like this: string = "hello" uppercase_string = string.upper() print(uppercase_string) This will output: "HELLO".


What is accuracy of a good program?

It depends on to what level of accuracy you tend to have with the output of your program Accuracy can be treated as: (Desired Output / Actual Output of your Program)


What is the system.out.println in java program?

The correct command is System.out.println - note the uppercase "S"! Java is case-sensitive! This command is used to send data to the standard output, by default the screen. It can be used to quickly test some program. For example, you might include the following line in your main() method: System.out.println("Hello!");


Which documentation is typically written first input output internal program or external program?

Output documentation


What is input -output bound program?

input output bound program is a program (or process in precise way), which spends most of time allocated to it for execution, on input/output devices and need very small CPU time for it.


What is the keyboard's output and input?

The input would be you pressing the keys and the output would be the letters on the screen?


Can A Computer Output Electricity In Computercraft you can say if true output power on this side Can you say in a program to output power say to light a light So if true then output power to led's?

A Computer Output Electricity in Computercraft cannot be said to make a program to output power, regardless of the side.


How do you append a output of a program to a program?

you mean like show some sample output? Just put it in comments at the bottom. Run the program, and in the top left of the command prompt there is a button you can click. Select mark, highlight the output, then select copy. Paste it onto the end of the program.


What is a extra copie of a document or a program?

It is an output!


How do you write a program with do while loop so that the output is 123456 equals 720?

How do you write a program with do while loop so that the output is 123456 =720


What are the two parts of compilation?

1) source program to object program 2)object program to object program output


What are the Example Output of Calculator Program in C plus plus?

example output of c++ calculator