Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
/ pythonExercise Public archive

Scripts I've written while practicing Python.

Notifications You must be signed in to change notification settings

IMetZach/pythonExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pythonExercise

This is just a repo to hold scripts I write as I learn and practice Python.

Fibonacci.py

I saw the original code on python.org for the fibonacci sequence. I decided to take it and try myself. The original has the number hard coded into the script but I wanted to be able to pass any number to it as an argument. It took me a little while to figure out the argument was being passed as a string and not an interger and the script would loop forever.

fortuneCookie.py

Everyone tells me there's already a fortune program in Linux, but I wanted to use the collection of fortunes piling up on my desk and write my own as practice. I ended up only spending about 5 minutes on the actual code, and a few hours typing in all the fortunes.

About

Scripts I've written while practicing Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages