[SOLVED] 程序代写代做代考 Programming Exercise 3-1

30 $

File Name: 程序代写代做代考_Programming_Exercise_3-1.zip
File Size: 461.58 KB

SKU: 4574545292 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


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()

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] 程序代写代做代考 Programming Exercise 3-1
30 $