0% found this document useful (0 votes)
48 views4 pages

Assignment Day 7 - 28th July 2020

- The document provides instructions for Assignment Day 7 of the Python Essentials Batch 6 course, including submitting assignments by 29th July 2020 11:00 AM and containing 3 questions to complete. - It also includes FAQs about submitting assignments, getting class links, asking questions, and submitting multiple files for a single question.

Uploaded by

Mahmood 786
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views4 pages

Assignment Day 7 - 28th July 2020

- The document provides instructions for Assignment Day 7 of the Python Essentials Batch 6 course, including submitting assignments by 29th July 2020 11:00 AM and containing 3 questions to complete. - It also includes FAQs about submitting assignments, getting class links, asking questions, and submitting multiple files for a single question.

Uploaded by

Mahmood 786
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Python Essentials | Batch 6

Assignment Day 7 | 28th July 2020

For any doubts regarding the assignment, ask questions in the ​Python Group
in the Community.
Submit Assignments by​ ​29th July 2020 11:00 AM.

Assignment Submit Form : ​https://forms.gle/hqVYFkSgn9SZ4Vgz7


Submit assignments in Appropriate Dropdowns.

Question 1 :
Use the dictionary,
port1 = {21: "FTP", 22:"SSH", 23: "telnet", 80: "http"},
and make a new dictionary in which keys become values and values become keys,
as shown: Port2 = {“FTP":21, "SSH":22, “telnet":23,"http": 80}

Question 2​:
Take a list of tuple as shown below.
[(1,2), (3,4), (5,6),(4,5)]
Make a new list which contains the sum of the number of tuples.
For example
Input
[(1,2), (3,4), (5,6)]
Output
[3, 7, 11]
Python Essentials | Batch 6

Question 3:
Take a list as shown below
[(1,2,3), [1,2], ['a','hit','less']]
The List contains tuple and lists. Make the elements of inner lists and tuples to outer list

FAQs

​ . ​How to submit Assignments?


Q

1. Create a Github public repo and name it LetsUpgrade Python Essentials


2. Upload the files/solution in the repo in a day wise manner.
3. Copy the URL of the Folder of that day and paste in the Assignment Submission Form (Google
Form)
4. Make sure you are filling correct details in the Assignment Submission Form.
5. All the drop-downs will be available till the next day 11:00 PM

Q. When do I submit the Assignments and how?


A. All Assignments have to be submitted by 11 AM (on the next day). You can use Jupyter Notebook
or python files or even Google Colab to Submit your Assignments
Python Essentials | Batch 6

Q. Where do I get class links for next session?


A. All sessions will be Live on Youtube from Day-1 to Day-7 at 11:00 AM, Subscribe to LetsUpgrade
YouTube Channel​. You'll also get an email with the link to the live session.

Q. I have some doubt, whom do I ask?


A. (a) Post your Queries on the community, someone will help you out.
(b) We have a discussion group which you can access by Joining LetsUpgrade Telegram Channel
(@letsupgrade_in).

Q​.​ ​Can we submit multiple .py or .ipynb assignment solution files for each
question separately?
A. You can zip all the files together and submit. Make sure you are submitting a single file. 

Q. How can we know if my assignment is verified or not?And is it successfully


submitted or not?
A. You will receive a mail for your successful submission. You will get a mail like this:
Python Essentials | Batch 6

You might also like