[SOLVED] Programming Exercise 3-1

$25

File Name: Programming_Exercise_3_1.zip
File Size: 226.08 KB

5/5 - (1 vote)

Programming Exercise 3-1

Programming Exercise 8-1
def main():

# Receive user input

full_name = input (Enter your full name: )

# Split according to spaces

name = full_name.split()

# The first character of each name is an initial

for string in name:

print(string[0].upper(), sep=, end=)

print(., sep= , end=)

# Call the main function.

main()

Shopping Cart
[SOLVED]  Programming Exercise 3-1[SOLVED] Programming Exercise 3-1
$25