python3 challanges

#  Post your solution  URL Here #

Problem 1 :

 Create a program that asks the user to enter their name and their age.
 Print out a message that will tell them the year that they will turn 95 years old.


Problem 2 : 

write a code using  that will take user input from and search on google and store top 10 url in the list.


conditions : 
    i )   URL must be stored permanently as well
    ii)   user can give input using keyboard and  voice both


Problem 3 : 

 take a list say  adhoc=[1,2,3,1,4,5,66,22,2,6,0,9]
write the program that will do
  i)  print only those numbers greater than 5
  ii)  also print those numbers those are less than or  equals to 2  ( <= 2 )
  iii)  store these answers in in two different list also


Problem 4:  

take all input from user .

i)  check that all character are string
ii)  if all char are string then create user in your linux based OS
iii)  also create password for same user , password will
      password will be  ===>>     hello{username}


Problem 5:

write a code  will take  input as your name and greet you with
good morning , good evening , goodafter noon , good night as per the current time your system :


Problem 6: 

 use file handling to create a linux command  similar to cat .
  test at least  4 cases and options of cat command
 compare the difference of cat command and post the result


Problem 7: 

use deep analysis of file handling to create a linux command similar to touch
explore atleast 5 features of touch command

Important :    explore touch command first then try to write code


Problem 8: 

write a code that will take input from a user and check that if it is a command
then execute it with following  conditions :

 i)  all the commands given by user either wrong or right must be store in a file
ii)   output of success command will be shown to monitor
iii)  if the input command is repeated by user give him voice note not to do this again


problem 9:   

write a code that will take user input untill number of character not exceeding
500 chars.

Now do the following  tasks:
i)   print the number of repeated characters in descending order
ii)  print number of repeated words in descending order
iii)  if a word is repeating more than 5 times remove all those words
iv)  if a word is present only one times add the same word in that string but length must not increase more than 500 chars , you can remove any random thing for doing the same .


Problem 10: 

write socket programing code in  a single system with follow options
i)  make two files one for sender and another one for receiver
ii) press 1 for sending / receiving  text messages from both the side
iii)  press 2  sending file from sender and receiving from receiver


Problem 11: 

write socket programing for chatting  between two systems with following options

i)  sender only can start the message
ii)  receiver can send reply only of each message
iii) limit of message character length must not be exceed 150 characters
iv)  if more than 150 char exceeded by users then print an error message
v)   give some option to quit the chat


Problem 12: 

write a python code to do the following

i)  take input from user and search in google
ii)   pick the first 3 url of google search
iii)  make  QR-code of all 3 url's
iv)   Store all these qr-code in  apache web server in aws cloud
v)   share link of qrcode using aws public IP

Note:   v) option you can do it manually there is no need of programing

 

Problem 13:  

Create your own module with following options :

i)   after  importing  it must say your name in voice
ii)   it must greet you according to current time

for example:  if it is morning 9 AM it must say  good morning

iii)  it must offer for adding  numbers as per user need
iv)   it also offer sorting of numbers
v)    it can also print number of installed module



 
  



   

Comments

  1. Hello all ,
    just testing this

    ReplyDelete
    Replies
    1. very nice sirji

      Delete
    2. Problem 1--->https://github.com/srjshrivastav/pycode/blob/master/prediction_of_year.py

      Problem 2-->ii)Pending

      Problem 3--->https://github.com/srjshrivastav/pycode/blob/master/Filter.py

      Problem 4--->https://github.com/srjshrivastav/pycode/blob/master/useradd.py

      problem 5--->https://github.com/srjshrivastav/pycode/blob/master/Greeting.py

      Delete
    3. This comment has been removed by the author.

      Delete
  2. @Harsh_Gupta

    Problem 1 solved -> ( https://github.com/Harshhg/Python/blob/master/problem1.py )

    Problem 2 solved ->( https://github.com/Harshhg/Python/blob/master/problem2.py )
    (Voice input still pending)

    Problem 3 solved -> ( https://github.com/Harshhg/Python/blob/master/problem3.py )

    Problem 4 solved -> ( https://github.com/Harshhg/Python/blob/master/problem4.py )

    Problem 5 solved -> ( https://github.com/Harshhg/Python/blob/master/problem5.py )

    ReplyDelete
  3. Problem 1 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem1)
    problem 2 (i) completed(https://github.com/nidjaj/python-code-summertraining/blob/master/problem%202)
    Problem 3 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem%203)
    Problem 5 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem5)

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. Problem1 complete (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/Problem_1.py)
    Problem2 completed (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem2.py)
    Problem3 completed (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem3.py)
    Problem4 (80% complete) (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem4.py)

    ReplyDelete
  6. problem-1 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-1.py
    problem-2 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-2.py
    problem-3 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-3.py
    problem-5 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-5.py

    ReplyDelete
    Replies
    1. problem-4 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-4.py

      Delete
    2. Problem-6 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-6.py
      Problem-7 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-7.py
      Problem-8 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-8.py
      Problem-9 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-9.py

      Delete
    3. problem-12 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-12.py
      probelm -11 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-11(sender).py
      https://github.com/jainhimani1999/adhocIntern/blob/master/problem-11(reciever).py
      problem-10 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-10(sender).py
      https://github.com/jainhimani1999/adhocIntern/blob/master/problem-10(reciever).py
      (Problem 10 partially completed)

      Delete
  7. This comment has been removed by the author.

    ReplyDelete
  8. problem-1 solved----(https://github.com/ankit3466/Python/blob/master/Problem1.py)
    problem-2 solved(80%)---(https://github.com/ankit3466/Python/blob/master/Problem2.py)
    problem-3 solved----(https://github.com/ankit3466/Python/blob/master/Problem3.py)
    problem-5 solved----(https://github.com/ankit3466/Python/blob/master/Problem5.py)

    ReplyDelete
    Replies
    1. problem-4 solved-->(https://github.com/ankit3466/Python/blob/master/Problem4.py)

      Delete
    2. problem 6----> https://github.com/ankit3466/Python/blob/master/Problem6.py
      problem 7-----> https://github.com/ankit3466/Python/blob/master/problem7.py
      problem 8-----> https://github.com/ankit3466/Python/blob/master/Problem8.py
      problem 9(pending)----> https://github.com/ankit3466/Python/blob/master/Problem9.py
      problem 10---> https://github.com/ankit3466/Python/blob/master/Problem10.py(receiver)
      https://github.com/ankit3466/Python/blob/master/Problem10.py_(sender)
      problem 12---->https://github.com/ankit3466/Python/blob/master/problem12.py

      Delete
  9. problem-1 solved:https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem1.py
    problem-3 solved: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem3.py

    ReplyDelete
    Replies
    1. problem-5 solved: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem5.py

      Delete
    2. problem-2 solved partially: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem2.py

      Delete
    3. problem-4 solved: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem4.py

      Delete
    4. problem-12 solved: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem12.py

      Delete
  10. Hi I am Dangs ,
    Q1- solved
    Q2-partially solved
    Q3-solved
    Q4-dekh ke hi dar lag rha hai :p
    Q5-solved
    solutions : https://github.com/sheldoncooper07/Python_Assignment_Submission

    ReplyDelete
  11. All Solved(voice i/p pending in prob2)
    https://github.com/Anirudhsh/Python3challenges/blob/master/problem1.py
    https://github.com/Anirudhsh/Python3challenges/blob/master/problem2.py
    https://github.com/Anirudhsh/Python3challenges/blob/master/problem3.py
    https://github.com/Anirudhsh/Python3challenges/blob/master/problem4.py
    https://github.com/Anirudhsh/Python3challenges/blob/master/problem5.py

    ReplyDelete
  12. prob1 solved : (https://github.com/ASHURIPROCK/prob1/blob/master/prob1)
    prob3 solved : (https://github.com/ASHURIPROCK/prob1/blob/master/prob2)

    ReplyDelete
  13. Problem1 : https://github.com/darkdraiden14/Python-tasks/blob/master/problem1.py

    ReplyDelete
    Replies
    1. Problem3: https://github.com/darkdraiden14/Python-tasks/blob/master/problem3.py

      Delete
    2. This comment has been removed by the author.

      Delete
    3. This comment has been removed by the author.

      Delete
    4. Problem5 : https://github.com/darkdraiden14/Python-tasks/blob/master/problem5.py

      Delete
    5. Problem 2: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem2.py

      Delete
    6. Problem 6: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem6.py

      Delete
    7. Problem8: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem8.py
      (Voice Message: Work in Progress)

      Delete
    8. Problem9: https://github.com/darkdraiden14/Python-tasks/blob/master/problem9.py

      Delete
    9. Problem10 :https://github.com/darkdraiden14/Python-tasks/tree/master/Problem10

      Delete
    10. Problem4: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem2.py

      Delete
    11. Problem 8: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem8.py (Completed)

      Delete
  14. Hi I am Dangs ,
    Q1- solved
    Q2-partially solved
    Q3-solved
    Q4-dekh ke hi dar lag rha hai :p
    Q5-solved
    solutions : https://github.com/sheldoncooper07/Python_Assignment_Submission

    ReplyDelete
  15. complete solution for problem 2 (including audio input) :

    https://github.com/sumikbuckshot/Summer-Python/blob/master/problem_2.py

    ReplyDelete
    Replies
    1. problem 1 --->https://github.com/sumikbuckshot/Summer-Python/blob/master/problem_1.py

      Delete
  16. This comment has been removed by the author.

    ReplyDelete
  17. problem-1 solved -(https://github.com/GHakshay/python_coding/blob/master/problem1.py)
    problem-2 solved -(https://github.com/GHakshay/python_coding/blob/master/problem2.py)
    problem-3 solved -(https://github.com/GHakshay/python_coding/blob/master/problem3.py)
    problem-5 solved-(https://github.com/GHakshay/python_coding/blob/master/problem5.py)

    ReplyDelete
    Replies
    1. problem -4 solved-(https://github.com/GHakshay/python_coding/blob/master/problem4.py)

      Delete
  18. https://github.com/bhavyavj/python-challenges/blob/master/problem1.py
    https://github.com/bhavyavj/python-challenges/blob/master/problem3.py
    https://github.com/bhavyavj/python-challenges/blob/master/problem5.py

    ReplyDelete
  19. https://github.com/deveshshakya/summer19pyb2/blob/master/problem1.py
    https://github.com/deveshshakya/summer19pyb2/blob/master/problem2.py (!voice input)
    https://github.com/deveshshakya/summer19pyb2/blob/master/problem3.py
    https://github.com/deveshshakya/summer19pyb2/blob/master/problem4.py
    https://github.com/deveshshakya/summer19pyb2/blob/master/problem5.py

    ReplyDelete
  20. This comment has been removed by the author.

    ReplyDelete
  21. problem 1- https://github.com/YashVSharma/codingTasks/blob/master/README.md
    problem 2- https://github.com/YashVSharma/codingTasks/blob/master/pt3.py
    problem 3- https://github.com/YashVSharma/codingTasks/blob/master/prob3.py
    problem 5- https://github.com/YashVSharma/codingTasks/blob/master/wishme.py

    ReplyDelete
    Replies
    1. https://github.com/YashVSharma/codingTasks/blob/master/useradd.py

      Delete
  22. @Siddhant jain
    probles 1 , 2 (without voice input) , 3 , 4 , 5 solved
    https://github.com/insolublesolvent/Python

    ReplyDelete
  23. problem 1 done
    https://github.com/dmayankjain/coding/blob/master/probl.py

    ReplyDelete
  24. problem1 completed(https://github.com/Kanika018/Python/blob/master/pr1.txt)
    problem2 completed(https://github.com/Kanika018/Python/blob/master/pr2.txt)
    problem3 completed(https://github.com/Kanika018/Python/blob/master/pr3.txt)
    problem5 completed(https://github.com/Kanika018/Python/blob/master/pr5.txt)

    ReplyDelete
  25. Problem 1-5 (!4) :-https://github.com/tarunsharma1999/summertraining-python/tree/master/8june

    ReplyDelete
  26. @Priyank_Agarwal

    https://github.com/Crash-overloaded/Python/blob/master/problem1.py
    https://github.com/Crash-overloaded/Python/blob/master/problem2.py
    (Problem 2 Partially unsolved!)
    https://github.com/Crash-overloaded/Python/blob/master/problem3.py
    https://github.com/Crash-overloaded/Python/blob/master/problem4.py
    https://github.com/Crash-overloaded/Python/blob/master/problem5.py

    ReplyDelete
  27. https://github.com/chiragjain712/Python/blob/master/problem1.py

    ReplyDelete
  28. https://github.com/chiragjain712/Python/blob/master/problem3.py

    ReplyDelete
  29. problem 3 done
    https://github.com/dmayankjain/coding/blob/master/prob3.py

    ReplyDelete
  30. This comment has been removed by the author.

    ReplyDelete
  31. Problem1--Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem1.py)
    Problem2--part i and part ii --Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem2.py)

    ReplyDelete
    Replies
    1. Problem3--Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem3.py)
      Problem4--Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem4.py)
      Problem5--Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem5.py)

      Delete
  32. Nikhil Khicher

    Problem1 Solved ---> https://github.com/starcyultron/summer19py/blob/master/problem1.py
    Problem3 Solved ---> https://github.com/starcyultron/summer19py/blob/master/problem3.py
    Problem4 Solved(70%) ---> https://github.com/starcyultron/summer19py/blob/master/problem4.py

    ReplyDelete
    Replies
    1. Nikhil Khicher:-

      Problem5 Solved:-https://github.com/starcyultron/summer19py/blob/master/problem5.py

      Delete
  33. Kshitij Mishra

    Problem1 Solved-->https://github.com/myultron/summer19pyb2/blob/master/problem1.py
    Problem3 Solved-->https://github.com/myultron/summer19pyb2/blob/master/problem3.py
    Problem4 Solved-->https://github.com/myultron/summer19pyb2/blob/master/problem4.py

    ReplyDelete
    Replies
    1. Problem 5 Solved-->https://github.com/myultron/summer19pyb2/blob/master/problem5.py

      Delete
  34. https://github.com/prabal255/pythonprograms/blob/master/program1.py
    https://github.com/prabal255/pythonprograms/blob/master/program2.py
    https://github.com/prabal255/pythonprograms/blob/master/program3.py
    https://github.com/prabal255/pythonprograms/blob/master/program4.py
    https://github.com/prabal255/pythonprograms/blob/master/program5.py
    voice command not done

    ReplyDelete
  35. Problem1 (Complete) : https://github.com/sagar988/coder/blob/master/problem1.py
    Problem2(stt module remaing) : https://github.com/sagar988/coder/blob/master/problem2.py
    Problem3(Complete) : https://github.com/sagar988/coder/blob/master/problem3.py

    ReplyDelete
  36. Problem 1: https://github.com/Kritika-30/Python/blob/master/Problem1.py
    Problem 3: https://github.com/Kritika-30/Python/blob/master/problem3.py
    Problem 5: https://github.com/Kritika-30/Python/blob/master/problem5.py

    ReplyDelete
    Replies
    1. Problem 4: https://github.com/Kritika-30/Python/commit/10788bc09be2230ec1b222e655039986904b598f

      Delete
  37. all the problems
    problem 2 (speech to text remaning)
    https://github.com/hvijaycse/Summer_training_adhoc/tree/master/Python

    ReplyDelete
  38. Prob 1 Solved: https://github.com/mohitagarwal1/summer19coding/blob/master/prob1.py
    prob 3 solved : https://github.com/mohitagarwal1/summer19coding/blob/master/prob3.py
    Prob 5 solved : https://github.com/mohitagarwal1/summer19coding/blob/master/prob5.py

    ReplyDelete
    Replies
    1. prob 2 (!voice input): https://github.com/mohitagarwal1/summer19coding/blob/master/search.py

      Delete
    2. Prob 4:
      https://github.com/mohitagarwal1/summer19coding/blob/master/prob4.py

      Delete
    3. problem 8(!voice note) : https://github.com/mohitagarwal1/summer19coding/blob/master/prob8.py

      Delete
  39. prob 1 https://github.com/urvashi04/python-task/blob/master/age.py
    prob 3 https://github.com/urvashi04/python-task/blob/master/list.py

    ReplyDelete
  40. PROBLEM 1:https://github.com/rohitagarwal28/python-code/blob/master/p1.py
    PROBLEM 3:https://github.com/rohitagarwal28/python-code/blob/master/p3.py
    PROBLEM 5:https://github.com/rohitagarwal28/python-code/blob/master/p5.py

    ReplyDelete
  41. Arpit

    Problem 1(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem1.py
    Problem 2(i)(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem2(i).py
    Problem 3(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem3.py
    Problem 5(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem5.py

    ReplyDelete
    Replies
    1. Problem 4(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem4.py

      Delete
  42. Solution1 :- https://github.com/chetangaur/Adhoc/blob/master/Problem1.py
    Solution2 :- https://github.com/chetangaur/Adhoc/blob/master/Problem2.py
    Solution3:- https://github.com/chetangaur/Adhoc/blob/master/Problem3.py

    ReplyDelete
    Replies
    1. https://github.com/chetangaur/Adhoc/blob/master/problem6.py

      CHETAN GAUR

      Delete
  43. solution 1 ) https://github.com/isnam01/python/blob/master/problem1.py
    solution 3 ) https://github.com/isnam01/python/blob/master/problem3.py
    solution 4 ) https://github.com/isnam01/python/blob/master/problem4.py
    solution 5 ) https://github.com/isnam01/python/blob/master/problem5.py

    ReplyDelete
  44. All problems from 1 to 5 are completed : https://github.com/parth025sharma/19pythonML

    ReplyDelete
  45. problem 1 :https://github.com/deekshadaga/python/blob/master/problem1.py

    problem 2 :https://github.com/deekshadaga/python/blob/master/problem2.py

    problem 3 :https://github.com/deekshadaga/python/blob/master/problem3.py

    problem 4 :https://github.com/deekshadaga/python/blob/master/problem4.py

    problem 5 :https://github.com/deekshadaga/python/blob/master/problem5.py

    ReplyDelete
  46. This comment has been removed by the author.

    ReplyDelete
  47. Problem 1 : https://github.com/rjjrishabh29/Python/blob/master/age_95.py
    Problem 2 : https://github.com/rjjrishabh29/Python/blob/master/google_search.py
    Problem 3 : https://github.com/rjjrishabh29/Python/blob/master/list.py
    Problem 4 : https://github.com/rjjrishabh29/Python/blob/master/useradd.py
    Problem 5 : https://github.com/rjjrishabh29/Python/blob/master/greetaspertime.py

    ReplyDelete
  48. Problem1:https://github.com/Smriti5/python/blob/master/problem1.py
    Problem3:https://github.com/Smriti5/python/blob/master/problem3.py
    Problem5:https://github.com/Smriti5/python/blob/master/problem5.py

    ReplyDelete
    Replies
    1. problem4:https://github.com/Smriti5/python/blob/master/problem4.py

      Delete
  49. problem1:https://github.com/tanusharma22/tt/blob/master/problem1.py
    problem2(i):https://github.com/tanusharma22/tt/blob/master/problem2.py
    problem3:https://github.com/tanusharma22/tt/blob/master/problem3.py
    problem4:https://github.com/tanusharma22/tt/blob/master/problems4.py
    problem5:https://github.com/tanusharma22/tt/blob/master/problem5.py

    ReplyDelete
  50. problem1------->>>>>>>https://github.com/ujjusharma/python3-challanges/blob/master/problem1.py

    ReplyDelete
    Replies
    1. problem2----->>>>>https://github.com/ujjusharma/python3-challanges/blob/master/problem2.py

      Delete
    2. problem3--------->>>>>>https://github.com/ujjusharma/python3-challanges/blob/master/problem3.py

      Delete
  51. problem1--->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prb1.py
    problem3-->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prb3.py
    problem4-->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prb4.py
    problem5-->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prb5.py

    ReplyDelete
    Replies
    1. prob6-->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prob6.py

      Delete
  52. problem 1 :https://github.com/omendra15/ADHOC-19-PythonCodes/p1.py
    problem 2(keyboard) :https://github.com/omendra15/ADHOC-19-PythonCodes/p2.py
    problem 3 :https://github.com/omendra15/ADHOC-19-PythonCodes/p3.py
    problem 4:https://github.com/omendra15/ADHOC-19-PythonCodes/p4.py
    problem 5 :https://github.com/omendra15/ADHOC-19-PythonCodes/p5.py


    ReplyDelete
  53. Problem 1:https://github.com/RiddhimGupta/Python/blob/master/problem1.py
    Problem 2:https://github.com/RiddhimGupta/Python/blob/master/problem2.py
    Problem 3:https://github.com/RiddhimGupta/Python/blob/master/problem3.py
    Problem 4:https://github.com/RiddhimGupta/Python/blob/master/problem4.py
    Problem 5:https://github.com/RiddhimGupta/Python/blob/master/problem5.py

    ReplyDelete
    Replies
    1. Problem 9:https://github.com/RiddhimGupta/Python/blob/master/problem9.py

      Delete
  54. Problem 1 : https://github.com/chiragm24/Python3Challanges/blob/master/prob1.py
    Problem 3 : https://github.com/chiragm24/Python3Challanges/blob/master/prob3.py
    Problem 4 : https://github.com/chiragm24/Python3Challanges/blob/master/prob4.py
    Problem 5 : https://github.com/chiragm24/Python3Challanges/blob/master/prob5.py

    ReplyDelete
  55. Problem1:https://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge1.py
    Problem3:https://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge3.py
    Problem4:https://github.com/deepakbairagi/pythonAssignments19/blob/master/chall4.py
    Problem5:https://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge5.py

    ReplyDelete
  56. Problem 1:https://github.com/sid0310/python/blob/master/p1.py
    Problem 2:https://github.com/sid0310/python/blob/master/g.py
    Problem 3:https://github.com/sid0310/python/blob/master/p3.py
    Problem 4:https://github.com/sid0310/python/blob/master/add.py
    Problem 5:https://github.com/sid0310/python/blob/master/p5.py

    ReplyDelete
  57. https://github.com/bksraj8481/summer19pyb2/blob/master/fifth.py
    https://github.com/bksraj8481/summer19pyb2/blob/master/second.py{not speech to text)
    https://github.com/bksraj8481/summer19pyb2/blob/master/thrd.py
    https://github.com/bksraj8481/summer19pyb2/blob/master/fourth.py
    https://github.com/bksraj8481/summer19pyb2/blob/master/fifth.py

    ReplyDelete
  58. @Shreya Sharma
    PROBLEM 1,2,3,5 (solved)
    https://github.com/shree026/python

    ReplyDelete
  59. Girish
    python task problem (1,2,3,5)
    https://github.com/grshprajapat/summer2k19/tree/master/summmer19/python_task19

    ReplyDelete
  60. problem 4
    https://github.com/dmayankjain/coding/blob/master/prob4.py
    problem 29(!voice)
    https://github.com/dmayankjain/coding/blob/master/prob2.py

    ReplyDelete
  61. Problem 1 Solved -- > https://github.com/Ankit551996/python3/blob/master/problem1.py
    Problem 2 Solved --> https://github.com/Ankit551996/python3/blob/master/problem2.py
    Problem 3 Solved --> https://github.com/Ankit551996/python3/blob/master/problem3.py
    Problem 4 Solved --> https://github.com/Ankit551996/python3/blob/master/problem4.py
    Problem 5 Solved --> https://github.com/Ankit551996/python3/blob/master/problem5.py

    ReplyDelete
  62. Aditikabra20

    problem 1: https://github.com/Aditikabra20/python/blob/master/8problem1.py
    problem 2: https://github.com/Aditikabra20/python/blob/master/8juneproblem2(i).py
    problem 3: https://github.com/Aditikabra20/python/blob/master/8juneproblem3.py
    problem 4: https://github.com/Aditikabra20/python/blob/master/8juneproblem4.py
    problem 5: https://github.com/Aditikabra20/python/blob/master/8juneproblem5.py

    ReplyDelete
  63. Problem 1: (done) (8june1.py)
    Problem2:(done) (8june3.2a.py)
    Problem3:(done) (8june3.py)
    Problem4:(done) (8june4.py)
    Problem5:(done) (8june5.py)


    https://github.com/nampy3/ncoder/

    ReplyDelete
    Replies
    1. problem 6(done)
      problem 7(done)
      problem 8(done)
      problem 9(done )
      problem 11(done)
      problem 12(done)

      Delete
  64. problem# https://github.com/sk4201/summer19py/blob/master/problem1.py

    ReplyDelete
    Replies
    1. program3 : https://github.com/sk4201/summer19py/blob/master/problem2.py




      Delete
  65. https://github.com/urvashi04/python-task/blob/master/greet.py

    ReplyDelete
  66. This comment has been removed by the author.

    ReplyDelete
  67. https://github.com/25prateek/python/blob/master/problem1.py
    https://github.com/25prateek/python/blob/master/problem2.py
    https://github.com/25prateek/python/blob/master/problem3.py

    ReplyDelete
    Replies
    1. https://github.com/25prateek/python/blob/master/problem4.py
      https://github.com/25prateek/python/blob/master/problem5.py

      Delete
  68. 1-- https://github.com/snehamathur01/coding/blob/master/age
    3-- https://github.com/snehamathur01/coding/blob/master/list.py

    ReplyDelete
  69. This comment has been removed by the author.

    ReplyDelete
  70. Problem1- https://github.com/tanishka99/python_tasks/blob/master/problem1.py
    Problem2- https://github.com/tanishka99/python_tasks/blob/master/problem2.py
    Problem3- https://github.com/tanishka99/python_tasks/blob/master/problem3.py
    Problem5- https://github.com/tanishka99/python_tasks/blob/master/problem5.py

    ReplyDelete
  71. This comment has been removed by the author.

    ReplyDelete
  72. This comment has been removed by the author.

    ReplyDelete
  73. Problem 1 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem1)
    problem 2 (i) completed(https://github.com/nidjaj/python-code-summertraining/blob/master/problem%202)
    Problem 3 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem%203)
    Problem 5 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem5)

    ReplyDelete
  74. 1-- https://github.com/snehamathur01/coding/blob/master/age
    3-- https://github.com/snehamathur01/coding/blob/master/list.py
    4--https://github.com/snehamathur01/coding/blob/master/adduser
    5--https://github.com/snehamathur01/coding/blob/master/greeting%20with%20name

    ReplyDelete
  75. https://github.com/Himani200/Python/blob/master/problem1.py
    https://github.com/Himani200/Python/blob/master/problem2.py
    https://github.com/Himani200/Python/blob/master/problem3.py
    https://github.com/Himani200/Python/blob/master/problem5.py

    ReplyDelete
  76. problem 5:
    https://github.com/khushimittal0108/adhocnw_python/blob/master/problem5.py

    ReplyDelete
    Replies
    1. problem 1: https://github.com/khushimittal0108/adhocnw_python/blob/master/problem1.py

      Delete
    2. problem 2:
      https://github.com/khushimittal0108/adhocnw_python/blob/master/problem2.py
      problem 3:
      https://github.com/khushimittal0108/adhocnw_python/blob/master/problem3.py

      Delete
    3. problem 1 (Considering the case of brithday occurence) :
      https://github.com/khushimittal0108/adhocnw_python/blob/master/problem1imp.py

      Delete
    4. problem 4:
      https://github.com/khushimittal0108/adhocnw_python/blob/master/problem4.py

      Delete
    5. problem 11( Reciever ) :
      https://github.com/khushimittal0108/adhocnw_python/blob/master/problem11recv.py
      problem 11( Sender ) :
      https://github.com/khushimittal0108/adhocnw_python/blob/master/problem11sender.py

      Delete
  77. Problem 1--> https://github.com/shrishtikala/python/blob/master/age.py
    Problem 2--> https://github.com/shrishtikala/python/blob/master/prob2.py
    Problem 3--> https://github.com/shrishtikala/python/blob/master/prob3.py
    Problem 4--> https://github.com/shrishtikala/python/blob/master/problem4.py
    Problem 5--> https://github.com/shrishtikala/python/blob/master/prob5.py

    ReplyDelete
  78. problem1:--https://github.com/SonalGupta-02/summer19-Python/blob/master/at_95.py
    problem2:--https://github.com/SonalGupta-02/summer19-Python/blob/master/search_google.py
    problem3:--https://github.com/SonalGupta-02/summer19-Python/blob/master/list_i_ii.py
    problem4:--https://github.com/SonalGupta-02/summer19-Python/blob/master/add_user.py
    problem5:--https://github.com/SonalGupta-02/summer19-Python/blob/master/greeting.py

    ReplyDelete
  79. ANIRUDH SHARMA
    github-> https://github.com/Anirudhsh/
    problem6
    problem8
    problem9 ---> https://github.com/Anirudhsh/Python3challenges/tree/master

    ReplyDelete
    Replies
    1. All problems soled
      problem(1 to 9)
      *voice i/p still remaining in problem2

      https://github.com/Anirudhsh/Python3challenges

      Delete
    2. problem12 done->a page created which contains all the three top search qrcodes
      https://github.com/Anirudhsh/Python3challenges/blob/master/problem12.py

      Delete
  80. muskan bansal
    1.)python 1st problem : https://github.com/muskanbansal8/python-problem/blob/master/python_prob1.py
    2.)(i)python 2nd prob : https://github.com/muskanbansal8/python-problem/blob/master/python_prob2
    3.)python 3rd problem :https://github.com/muskanbansal8/python-problem/blob/master/python_prob3.py
    other pending

    ReplyDelete
  81. Solution 1) https://github.com/ShivangeeSingh/python/blob/master/age.py
    Solution 3) https://github.com/ShivangeeSingh/python/blob/master/List.py
    Solution 4) https://github.com/ShivangeeSingh/python/blob/master/Character.py
    Solution 5) https://github.com/ShivangeeSingh/python/blob/master/greet.py

    ReplyDelete
  82. probelm 1)https://github.com/harshbhardwaj5/python3-problems/blob/master/year_determinator
    problem 4 )https://github.com/harshbhardwaj5/python3-problems/blob/master/create_user_in%20linux_using_python

    ReplyDelete
  83. problem6 -> done (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem6.py)
    problem8 -> Code built but lack of tech(https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem8.py)

    ReplyDelete
    Replies
    1. problem9 -> (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem9.py)

      Delete
  84. problem1--> done
    problem2 -->pending
    problem3-->done
    (https://github.com/neerajrathore926/task)

    ReplyDelete
  85. Problem 1 to 5
    and Problem 2 (Voice input pending)

    https://github.com/ayushsoni9784/Python-Codes

    ReplyDelete
  86. Praveen Kumar DakuaJune 11, 2019 at 10:21 AM

    problem 1: https://github.com/dakuapraveen/python_problem_adhoc/blob/master/age_problem_1.py
    problem 3: https://github.com/dakuapraveen/python_problem_adhoc/blob/master/list_problem_3.py
    problem 4:
    https://github.com/dakuapraveen/python_problem_adhoc/blob/master/user.py
    problem 5:
    https://github.com/dakuapraveen/python_problem_adhoc/blob/master/time_problem_5.py

    ReplyDelete
  87. Tarini Tyagi

    Task1 (completed) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task2.py
    Task2 (partial completion) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task1.py
    Task3 (completed) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task3.ipynb
    Task4 (completed) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task4.py
    Task5 (completed) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task3.py

    ReplyDelete
  88. Python repository link - https://github.com/rishabh-19/Python

    ReplyDelete
  89. problem1- done
    problem 2- done(voice input remaining)
    problem3 -done
    problem4 -done
    problem5 -done
    https://github.com/archit-55/Python

    ReplyDelete
  90. problem 1: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p1.py
    problem 2: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p2.py
    problem 3: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p3.py
    problem 4: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p4.py
    problem 5: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p5.py

    ReplyDelete
  91. problem 1 done
    https://github.com/j-agrawal/coding/blob/master/problem1.py
    problem 3 done
    https://github.com/j-agrawal/coding/blob/master/problem3.py
    problem 5 done
    https://github.com/j-agrawal/coding/blob/master/python5.py

    ReplyDelete
  92. solution 1,2,3,5
    https://github.com/Dhaker15/Python

    ReplyDelete
  93. problem-1 solved -(https://github.com/Akshat111999/Python/blob/master/problem1.py)
    problem-3 solved -(https://github.com/Akshat111999/Python/blob/master/problem3.py)
    problem-4 solved -(https://github.com/Akshat111999/Python/blob/master/problem4.py)
    problem-5 solved -(https://github.com/Akshat111999/Python/blob/master/problem5.py)

    ReplyDelete
  94. problem 1 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem1.py
    problem 2 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem2.py
    problem 3 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem3.py
    problem 4 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem4.py
    problem 5 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem5.py

    ReplyDelete
  95. problem1: https://github.com/shubham570/python_prob/blob/master/problem1.py
    problem2(i): https://github.com/shubham570/python_prob/blob/master/prob2.py
    problem3: https://github.com/shubham570/python_prob/blob/master/problem3.py
    problem4 (partially) : https://github.com/shubham570/python_prob/blob/master/problem4.py
    problem5: https://github.com/shubham570/python_prob/blob/master/problem5.py

    ReplyDelete
  96. This comment has been removed by the author.

    ReplyDelete
  97. This comment has been removed by the author.

    ReplyDelete
  98. problem1=https://github.com/harsh5239/python/blob/master/problem1.py
    problem3=https://github.com/harsh5239/python/blob/master/problem3.py
    problem5=https://github.com/harsh5239/python/blob/master/problem5.py

    ReplyDelete
  99. Problem 1: https://github.com/DEEPESH98/Python/blob/master/problem1.py
    Problem 2: https://github.com/DEEPESH98/Python/blob/master/problem2.py
    Problem 3: https://github.com/DEEPESH98/Python/blob/master/problem3.py
    Problem 5: https://github.com/DEEPESH98/Python/blob/master/problem5.py

    ReplyDelete
  100. https://github.com/prabal255/pythonprograms/blob/master/program6.py
    https://github.com/prabal255/pythonprograms/blob/master/program7.py
    not complete

    ReplyDelete
  101. Problem_1 to Problem_2
    Github :-
    https://github.com/harshmangal1108/python_adhoc

    ReplyDelete
  102. Problem 6-8 : https://github.com/tarunsharma1999/summertraining-python/tree/master/11june

    problem 8 : voice output still pending.

    ReplyDelete
  103. Problems solved
    Problem 1:(solved): https://github.com/dockerusershiv/SummerPy19/blob/master/problem1.py
    Problem 2:(voice input left):https://github.com/dockerusershiv/SummerPy19/blob/master/problem2.py
    Problem3:(solved):https://github.com/dockerusershiv/SummerPy19/blob/master/problem3.py
    Problem 5:(solved):https://github.com/dockerusershiv/SummerPy19/blob/master/problem5.py

    ReplyDelete
  104. problem 1 solved ( https://github.com/vyspriyL/python/blob/master/problem%201 )
    problem2 solved (https://github.com/vyspriyL/python/blob/master/problem2)
    problem 3 solved (https://github.com/vyspriyL/python/blob/master/problem3)
    problem 5 solved(https://github.com/vyspriyL/python/blob/master/problem%205)

    ReplyDelete
  105. problem 4 solved (https://github.com/nidjaj/python-code-summertraining/blob/master/problem%204)

    ReplyDelete
  106. problem(5)
    https://github.com/harshbhardwaj5/python3-problems/blob/master/probelm%205

    problem (3)
    https://github.com/harshbhardwaj5/python3-problems/blob/master/problem%203

    ReplyDelete
  107. This comment has been removed by the author.

    ReplyDelete
  108. problem 1 to 5 : https://github.com/mohit266/python-problems

    ReplyDelete
  109. Problem 1-https://github.com/AtharvaB12/My-Codes/blob/master/Task1.py
    Problem 2-https://github.com/AtharvaB12/My-Codes/blob/master/task2.py
    Problem 3-https://github.com/AtharvaB12/My-Codes/blob/master/task3.py
    Problem 4-https://github.com/AtharvaB12/My-Codes/blob/master/task4.py
    Problem 5-https://github.com/AtharvaB12/My-Codes/blob/master/task5.py

    ReplyDelete
  110. Problem 1-https://github.com/ashnaagrawal/python/blob/master/prblm1.py
    Problem 3-https://github.com/ashnaagrawal/python/blob/master/prblm3.py
    Problem 5-https://github.com/ashnaagrawal/python/blob/master/prblm5.py

    ReplyDelete
  111. https://github.com/rudresh98/python/blob/master/program1.py
    https://github.com/rudresh98/python/blob/master/program2.py
    https://github.com/rudresh98/python/blob/master/program3.py.txt
    https://github.com/rudresh98/python/blob/master/program4.py
    https://github.com/rudresh98/python/blob/master/program5.py

    ReplyDelete
  112. Hi I am Dangs.....
    Q6 = Done
    https://github.com/sheldoncooper07/Python_Assignment_Submission

    ReplyDelete
  113. Prayas ShrivastavaJune 12, 2019 at 9:33 PM

    Problem 1 solved : https://github.com/prayasshrivastava/Python-Programming/blob/master/Name%26age.py

    problem 3 solved : https://github.com/prayasshrivastava/Python-Programming/blob/master/List.py

    Problem 5 solved : https://github.com/prayasshrivastava/Python-Programming/blob/master/Datetime.py

    ReplyDelete
  114. BHAWNA GOYAL
    Problem1 - solved -https://github.com/bhawna-goyal/coding1/blob/master/problem%201.txt
    Problem2 - 50% - https://github.com/bhawna-goyal/coding1/blob/master/problem2.py.txt
    Problem3 - solved -https://github.com/bhawna-goyal/coding1/blob/master/PROBLM3.py.txt
    Problem4 - solved -https://github.com/bhawna-goyal/coding1/blob/master/PROBLEM4.PY
    Problem5 - solved -https://github.com/bhawna-goyal/coding1/blob/master/problem5.py

    ReplyDelete
  115. Problem3 - solved - https://github.com/Harshitapareek/python-/new/master
    Problem5- solved - https://github.com/Harshitapareek/python-/blob/master/problem5

    ReplyDelete
  116. problem 12 solved partially:https://github.com/shvamabps/pythonbased/blob/master/problem12.py

    ReplyDelete
  117. problem 5 completed
    https://github.com/mukulsingh94868/python

    ReplyDelete
  118. problem 10 completed
    https://github.com/mukulsingh94868/python

    ReplyDelete
  119. problem 4: https://github.com/DEEPESH98/Python/blob/master/problem4.py

    ReplyDelete
  120. problem1 :solved
    problem2 : solved
    problem3 :solved
    problem4 :solved
    problem5 :solved
    solution of all problems:>>>>> https://github.com/priyanshi1812/summer19pyb2.git

    ReplyDelete
  121. @Priyank Agarwal
    problem 8:-https://github.com/Crash-overloaded/Python/blob/master/problem8.py
    problem 9:-https://github.com/Crash-overloaded/Python/blob/master/problem9try3.py
    (Problem 9 excluding 4th condition)

    ReplyDelete
  122. problem 1,2,4,5 solved
    @sharmapradyumn
    link "https://github.com/sharmapradyumn/PYTHON-Adhoc.git"

    ReplyDelete
  123. https://github.com/chahatparnami/python/commit/db8946131c3979606dc60189bfb83ebdd63f5e07
    https://github.com/chahatparnami/python/commit/cb1fb40db4be57e89a1c3799648022e4f6824b4d
    https://github.com/chahatparnami/python/commit/42b1e0e2a19e619e6a898ee1b70e9ed80b1cb5f0
    https://github.com/chahatparnami/python/commit/dd728426165a394b8c73a1867b7673af2b8e8062

    ReplyDelete
  124. https://github.com/madhavdwivedi/Python/blob/master/problem1.py
    https://github.com/madhavdwivedi/Python/blob/master/problem3.py
    https://github.com/madhavdwivedi/Python/blob/master/problem5.py

    ReplyDelete
  125. Q7 -- Done
    https://github.com/sheldoncooper07/Python_Assignment_Submission

    ReplyDelete
  126. Task-1 https://github.com/YashasviBhatt/summer19trainingCodingTasks/blob/master/Task%201.txt
    Task-2 https://github.com/YashasviBhatt/summer19trainingCodingTasks/blob/master/Task%202.txt
    Task-3 https://github.com/YashasviBhatt/summer19trainingCodingTasks/blob/master/Task%203.txt
    Task-5 https://github.com/YashasviBhatt/summer19trainingCodingTasks/blob/master/Task%205.txt

    ReplyDelete
  127. problem 11)
    sender side:
    https://github.com/harshbhardwaj5/python3-problems/blob/master/sen.py(sender%20prob.11)
    reciever side:
    https://github.com/harshbhardwaj5/python3-problems/blob/master/rec.py(problem11%20reciever)

    ReplyDelete
    Replies
    1. its probelm 10) part i and II

      Delete
  128. problem1:https://github.com/anuja-dadheech/python/blob/master/problem1.py
    problem3:https://github.com/anuja-dadheech/python/blob/master/problem3.py
    problem5:https://github.com/anuja-dadheech/python/blob/master/problem5.py

    ReplyDelete
  129. Problem 1 - 5 -- Completed -- GitHub Link already published.
    Problem 6 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem6.py)
    Problem 7 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem7.py)
    Problem 8 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem8.py)
    Problem 9 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem9.py)

    ReplyDelete
    Replies
    1. Problem 10 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/tree/master/Problem10)

      Delete
  130. problem 12 - (partial) -- https://github.com/YashVSharma/codingTasks/blob/master/prb12.py

    problem 11 - sender -- https://github.com/YashVSharma/codingTasks/blob/master/sender.py

    problem 11- reciver -- https://github.com/YashVSharma/codingTasks/blob/master/rec.py

    ReplyDelete
  131. challenge 11 done
    https://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge11_client.py
    https://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge11_server.py

    ReplyDelete
  132. 1. (check) https://github.com/git-siddhesh/python-tasks/blob/master/task1.py
    3. (check https://github.com/git-siddhesh/python-tasks/blob/master/task3.py
    4. (check) https://github.com/git-siddhesh/python-tasks/blob/master/task4.py
    5. (check) https://github.com/git-siddhesh/python-tasks/blob/master/task5.py
    6. (check) https://github.com/git-siddhesh/python-tasks/blob/master/task6.py
    8. ---- https://github.com/git-siddhesh/python-tasks/blob/master/task8.py
    9. ----- https://github.com/git-siddhesh/python-tasks/blob/master/task9.py

    ReplyDelete
  133. Problem-4 https://github.com/tanishka99/python_tasks/blob/master/problem4.py

    ReplyDelete
  134. problem(5,6,7,8) all completed
    https://github.com/mukulsingh94868/python

    ReplyDelete
  135. problem3 completed
    problem4 completed
    https://github.com/mukulsingh94868/python

    ReplyDelete
  136. https://github.com/harshulgupt/Python/blob/master/age.py
    https://github.com/harshulgupt/Python/blob/master/search.py
    https://github.com/harshulgupt/Python/blob/master/greetings.py
    https://github.com/harshulgupt/Python/blob/master/array.py

    ReplyDelete
  137. @pradyumn

    problem6"--https://github.com/sharmapradyumn/PYTHON-Adhoc/blob/master/reciver.py"

    ReplyDelete
  138. Solution 2) https://github.com/ShivangeeSingh/python/blob/master/google.py

    ReplyDelete
  139. https://github.com/deveshshakya/summer19pyb2/blob/master/problem6.py
    https://github.com/deveshshakya/summer19pyb2/blob/master/problem8.py

    ReplyDelete
  140. Solution 6) https://github.com/ShivangeeSingh/python/blob/master/CAT.py

    ReplyDelete
  141. https://github.com/gsiddharthgoyal67/python-tasks/blob/master/ageverify.py

    ReplyDelete
  142. problem 11 : https://github.com/rohitagarwal28/python-code/blob/master/recv.py
    https://github.com/rohitagarwal28/python-code/blob/master/send.py

    ReplyDelete
  143. p2 (partially solved) :- https://github.com/rohitagarwal28/python-code/blob/master/p2.py

    ReplyDelete
  144. Tarini Tyagi
    Problem 6 [Completed] https://github.com/Tarini-Tyagi/TryPython/blob/master/problem6.txt
    Problem 7 [Completed] https://github.com/Tarini-Tyagi/TryPython/blob/master/Prog-7.py
    Problem 8 [Completed] https://github.com/Tarini-Tyagi/TryPython/blob/master/try.py
    Problem 10 [Partially Completed]
    https://github.com/Tarini-Tyagi/Learn-LinWin/blob/master/sender.py
    https://github.com/Tarini-Tyagi/Learn-LinWin/blob/master/receiver.py

    ReplyDelete

Post a Comment

Have a wonderful coding life.
Stay cool and do more code !!!

Popular posts from this blog

Reboot your brain :2.0 Linux Basic tasks

AI the Super Future