Question 1

Use Python To Write Your Name on the Screen

Code:

	# Print Your Name
	print("Your Name")
	

Output:

Your Name

Charlie M-S