Question: 1. Write a program that accepts four strings as input, then shows the first character of each string as an acronym: Input four strings

1. Write a program that accepts four strings as input, then shows the first character of each string as an acronym: Input four strings to four separate variables. Show the strings. Using an f-string, print the first character of each string. Sample Run: Enter a word: Integrated Enter a second word: Development Enter a third word: Learning Enter a fourth word: Environment The words are Integrated Development Learning Environment Their acronym is IDLE >>>
Step by Step Solution
There are 3 Steps involved in it
Heres a Python program that accomplishes the task python Get user input firstname ... View full answer
Get step-by-step solutions from verified subject matter experts
