Complete machine learning and data science course with Python. Pandas, NumPy, Scikit-learn and Matplotlib covered in details.
https://drive.google.com/folderview?id=1bFcmRP5EAtksPtjiuV9qpHyNK6sci8WM
https://drive.google.com/folderview?id=1bFcmRP5EAtksPtjiuV9qpHyNK6sci8WM
π Hey guys week 12 solution uploaded
π The joy of computing using python Week 12 All 3 Programming Assignments Answers
π Please Like Share & Commentsπ
π Happy Learningπ
π The joy of computing using python Week 12 All 3 Programming Assignments Answers
π Please Like Share & Commentsπ
π Happy Learningπ
π Hey guys week 12 solution uploaded
π The joy of computing using python Week 12 Quiz Answers
π Please Like Share & Commentsπ
π Happy Learningπ
π The joy of computing using python Week 12 Quiz Answers
π Please Like Share & Commentsπ
π Happy Learningπ
βοΈβοΈAttention friendsβοΈβοΈ
I'll definitely share my answer with you all of tommorow's programming question.
I request you to all please wait at least first 20 minutes because I'm also giving this exam first time so I need some time to solve that particular question.
Till than you can try it by yourself for checking your understanding and preparation for the exam.
As soon as I complete I'll share programming solution here. So, that you can just copy it and paste it there.
You can attend both the session of tommorow's exam because the session in which you will get higher score that score will be count for your final exam.
If you have any query then please feel free to ask in discussion group. I hope I can help you as much as I can.
Thank you!!
I'll definitely share my answer with you all of tommorow's programming question.
I request you to all please wait at least first 20 minutes because I'm also giving this exam first time so I need some time to solve that particular question.
Till than you can try it by yourself for checking your understanding and preparation for the exam.
As soon as I complete I'll share programming solution here. So, that you can just copy it and paste it there.
You can attend both the session of tommorow's exam because the session in which you will get higher score that score will be count for your final exam.
If you have any query then please feel free to ask in discussion group. I hope I can help you as much as I can.
Thank you!!
Coding Buddies pinned Β«βοΈβοΈAttention friendsβοΈβοΈ I'll definitely share my answer with you all of tommorow's programming question. I request you to all please wait at least first 20 minutes because I'm also giving this exam first time so I need some time to solve that particularβ¦Β»
plain_text = input()
encrypted_text = input()
output = ''
for c in plain_text:
output+=chr((ord(c)+5-ord('A'))%26 + ord('A'))
def removeSpaces(str):
str = str.replace(' ','')
str = str.replace(',','')
return string.lower()
def check(output, encrypted_text):
# the sorted strings are checked
if(sorted(output)== sorted(encrypted_text)):
print("Yes",end='')
else:
print("No",end='')
check(output, encrypted_text)
encrypted_text = input()
output = ''
for c in plain_text:
output+=chr((ord(c)+5-ord('A'))%26 + ord('A'))
def removeSpaces(str):
str = str.replace(' ','')
str = str.replace(',','')
return string.lower()
def check(output, encrypted_text):
# the sorted strings are checked
if(sorted(output)== sorted(encrypted_text)):
print("Yes",end='')
else:
print("No",end='')
check(output, encrypted_text)
Coding Buddies pinned Β«plain_text = input() encrypted_text = input() output = '' for c in plain_text: output+=chr((ord(c)+5-ord('A'))%26 + ord('A')) def removeSpaces(str): str = str.replace(' ','') str = str.replace(',','') return string.lower() def check(outputβ¦Β»
How many of you are going to attempt evening session programming test also?
Anonymous Poll
80%
Me
20%
Already attempted morning session
x = [int(i) for i in input().split()]
moves = 0
temp = sum(x)
if temp % len(x) == 0:
for j in range(len(x)):
if x[j] < (temp // len(x)):
moves = moves + ((temp // len(x))- x[j])
print(moves,end='')
else:
print('-1',end='')
moves = 0
temp = sum(x)
if temp % len(x) == 0:
for j in range(len(x)):
if x[j] < (temp // len(x)):
moves = moves + ((temp // len(x))- x[j])
print(moves,end='')
else:
print('-1',end='')
#Updated
The Joy of Computing using Python week 12 Quiz
Please change Q.4 Option (A) β to Option (B)β
&
Q.8 Option (B) β to Option (C)β
The Joy of Computing using Python week 12 Quiz
Please change Q.4 Option (A) β to Option (B)β
&
Q.8 Option (B) β to Option (C)β
Coding Buddies pinned Β«#Updated The Joy of Computing using Python week 12 Quiz Please change Q.4 Option (A) β to Option (B)β
& Q.8 Option (B) β to Option (C)βΒ»
Good evening friends,
If you have been registration for "The joy of Computing using Python" course exam then I have some resources for you from where you can learn.
Go through this link and download previous years weekly quizzesππ
https://1drv.ms/f/s!AiDzmhbXJYOanjUwS5vzr5yNziRB
Note : If link doesn't open directly then copy the link and paste it in Google Chrome.
These weekly quizzes helps you to score 75% to 85% in final exam.
Remember don't try to memorize all the questions in PDF apart from this try to learn concept behind every question.
In final exam there will be high chances to repeat questions from these PDFs and there is also high chances that they can change some values also.
So, if you memorize each question then that is not beneficial for you.
If you want to score above 85% in final exam than you should also start lectures video, it gives you brief about every topic.
So, prepare hard and score good in final exam.
Good Luck π
If you have any query then feel free to ask in community discussion group.
Thank You!!
If you have been registration for "The joy of Computing using Python" course exam then I have some resources for you from where you can learn.
Go through this link and download previous years weekly quizzesππ
https://1drv.ms/f/s!AiDzmhbXJYOanjUwS5vzr5yNziRB
Note : If link doesn't open directly then copy the link and paste it in Google Chrome.
These weekly quizzes helps you to score 75% to 85% in final exam.
Remember don't try to memorize all the questions in PDF apart from this try to learn concept behind every question.
In final exam there will be high chances to repeat questions from these PDFs and there is also high chances that they can change some values also.
So, if you memorize each question then that is not beneficial for you.
If you want to score above 85% in final exam than you should also start lectures video, it gives you brief about every topic.
So, prepare hard and score good in final exam.
Good Luck π
If you have any query then feel free to ask in community discussion group.
Thank You!!
Live
JOC
Folder