Python Programming Internship Project Submission

 

Read all the instructions very carefully before submitting the project.

Forum links, Screenshots, and Video explanation

  • 🎥 Put all your Screenshots, demo videos, video explanation, etc. in a folder
  • 🗳 Upload this folder on google drive
  • In this same folder, you may create a google docs file and add your forum links(4 links to questions answered).
  • Then right-click on the folder and click on Get link
  • Change the link-sharing options to Anyone with the link

Rules for the task:

  • Answer 4 forum queries on https://forum.boltiot.com/. The answers need to be precise and should provide an accurate fix to the query posted.
  • Take any one coding problem from the below list. Complete the code for it along with a detailed video explaining the logic behind your code:
    • Write a code that randomly loops through integers between 0 to 100 using the while loop till you encounter the number 13. The last digit printed should be 13.
    • Given an array arr[] of n elements, write a program to print the element based on the index of the element.
      arr = [1, 2, 3, 4, 5]
      Index = 2

      Output Element = 3
    • Write a program that prints the numbers from 1 to 100 and for multiples of '3' print "Fizz" instead of the number and for the multiples of '5' print "Buzz". If the number is a multiple of '3' and '5', print "FizzBuzz".
    • Create a video review describing your experience doing this Python Programming Training. This should be a Video recording of yourself. To get detailed instructions regarding the video go to https://info.boltiot.com/spvideoreview and once you have the video ready, attach it and submit the form.
  • Before submitting the project:
  • Test out the code by yourself and check if you can improve anything.
  • Keep all the files ready in a folder on Google drive before you submit.
  • Make the link public as mentioned above.