Skip to content

These are mini exercise for python practice. You can use these exercise to improve your skills in Python.

Notifications You must be signed in to change notification settings

adibintangprada/Mini_Python_Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mini Python Exercise

These are mini exercise for python practice. You can use these exercise to improve your skills in Python.

Overview

You will be asked to generate an input that generate output below. Maybe you wondering, why it started from number 6? Well, because number 1 to 5 is a multiple choice and i can't share it here.

No. 6

Reverses the string without affecting special characters and numbers. (Use For Loops) link_text

No. 7

Imagine that you take all the numbers between 0 and n and concatenate them into a long string. How many digits are there between 0 and n? Write a function that can calculate this. There are 0 digits between 0 and 1, there are 9 digits between 0 and 10 and there are 189 digits between 0 and 100.
link_text

About

These are mini exercise for python practice. You can use these exercise to improve your skills in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published