Hello I need help with this question on python Use for loop to print each letter of the first name • Additionally, the program should count number of letters in the name and should print 'number of letters in your first name is 7' use the functions len() and print(f'....) S a b r i n n a Number of letters in your name is 7 I am having a hard time to get it to look like this.
Hello I need help with this question on python Use for loop to print each letter of the first name • Additionally, the program should count number of letters in the name and should print 'number of letters in your first name is 7' use the functions len() and print(f'....) S a b r i n n a Number of letters in your name is 7 I am having a hard time to get it to look like this.
Related questions
Question
Hello I need help with this question on python
Use for loop to print each letter of the first name
• Additionally, the program should count number of letters in the name and should print 'number of letters in your first name is 7'
use the functions len() and print(f'....)
S
a
b
r
i
n
n
a
Number of letters in your name is 7
I am having a hard time to get it to look like this.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 1 images