You are on page 1of 3

Foundations of AI Applications Lab

Prepared By: Divneet Singh Kapoor & Kiran Jot Singh

HOME TASK
EXPERIMENT – 1
Task-1:
WAP to print any ASCII Art from the website
http://www.chris.com/ascii/

Requirements:
Write the requirements here.

Code:
Write your code here.

Outcome:
Paste the output snapshot here.
Foundations of AI Applications Lab

Prepared By: Divneet Singh Kapoor & Kiran Jot Singh

Task-2:
WAP to print (in the middle of the screen) your Name, UID and Section as listed below using
only one print statement.
FirstName “LastName”
UID
Section

Requirements:
Write the requirements here.

Code:
Write your code here.

Outcome:
Paste the output snapshot here.
Foundations of AI Applications Lab

Prepared By: Divneet Singh Kapoor & Kiran Jot Singh

Task-3:
Write a Personal Greeter Program
The Personal Greeter program adds a single, but very cool, element to the Greeter program:
user input. Instead of working with a predefined value, the computer lets the user enter his or
her name and then uses it to say hi.

Requirements:
Write the requirements here.

Code:
Write your code here.

Outcome:
Paste the output snapshot here.

You might also like