Assignment 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Assignment

Write a program to take input from the user the id number,


name, branch, advisor name, and email id of 20 students
from the course PAIML and store it in a CSV file.

Python CSV: https://www.programiz.com/python-


programming/csv
Getting a list as input from the user:
https://www.geeksforgeeks.org/python-get-a-list-as-input-
from-user/
Steps to share the file in Google Classroom
1. Open Google Colab
2. Write your code.
3. Click on Share. Present on the top right corner of the
google colab notebook.

4. A new dialog box will appear.


5. Select Anyone with the link in the General access section
of the dialog box.
6. Then click on Copy link button present on the dialog
box.
7. Then paste it on the google classroom to share.

You might also like