Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Login

Register Now

Welcome to All Test Answers

lab 1 -Python

Lab 1
1) Install Python 3.6 on your computer at home.
2) Write a program that prints your
a. Student number
b. Full name
c. Course number
d. University of Windsor, Canada.
The output is as follows in blue

 

Answer

print("My Student Number is: 999999999")
print("My Name is : Harry Potter")
print("My Course Number is: COMP2067")
print("University of Windsor, Canada")

About

Leave a reply

Captcha Click on image to update the captcha .

error: Content is protected !!