Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

python_Programs

In this repo just solving Basic python programs and uploading for reference.

Question and Solution will be on same name.

Questions:

You can find the questions from Questions folder.

Solutions:

Answers from Solutions folder.

Questions Short Topics:

1. Write a program that prints the numbers from 1 to N.But, for multiples of three,  print β€œFizz” instead of the number and 
for the multiples of five print β€œBuzz”. For numbers which are multiples of both three and five print β€œFizzBuzz”.

2.Given an array print all the numbers that are repeating in it and the number of times they are repeating.

3.write a function that takes such an object as input and calculates the total sum paid by them together.

4.Batsman score calculator

5.Counting String if tie means using lexicographically

About

In this repo just solving Basic python programs and uploading for reference

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.