Skip to content

Here are few tutorial scripts that you typically find in Python books.

Notifications You must be signed in to change notification settings

thefakestefan/Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial

devide_a_range.py

The script allows you to enter a specific range of numbers. In addtion you can enter the two values that are used to devide every number in the range. At the beginning of the code you some error handling if user inputs are not valid.

If the range number devided by the first value is an integer it prints 'bar'. If the range number devided by the second value is an interger it prints 'foo'. If the range number devided by the first AND second value is an integer it prints 'barfoo'.

About

Here are few tutorial scripts that you typically find in Python books.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published