>>>> # testing Question 9 >>> >>> ascii_name_plaque("vida") ******************** * * _vida_ * * ******************** >>> ascii_name_plaque("Captain Kara 'Starbuck' Thrace") ****************************************
Added by Brandon R.
Close
Step 1
Step 1: Define the function `ascii_name_plaque` that takes a single parameter `name`. Show more…
Show all steps
Your feedback will help us improve your experience
Luke Humphrey and 52 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Write a Python program that asks the user for their name and then prints the name out in all uppercase and then in all lowercase letters. The output should look like this: What is your name? Maria Your name in all uppercase letters is: MARIA Your name in all lowercase letters is: maria
Tarandeep S.
Write a program that receives an ASCII code (an integer between 0 and 127) and displays its character. For example, if the user enters 97, the program displays the character a.
Shelayah R.
Write a program that prompts the user to input an integer between 0 and 35. The prompt should say Enter an integer between 0 and 35:. If the number is less than or equal to 9, the program should output the number; otherwise, it should output: A for 10 B for 11 C for 12 . . . and Z for 35. (Hint: For numbers >= 10, calculate the ASCII value for the corresponding letter and convert it to a char using the cast operator, static_cast().)
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
18,000,000+
Students on Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD