Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 496 Bytes

Python-Basics

For beginners

  • Even a small typo or bug fix is fine for beginners!

For contributors

  • For all those who are not beginners, you can create an issue for any basic Python program.

Some of the examples are as follows:

  • Patterns
  • Check whether a string is palindrome or not
  • Fibonacci series
  • Check whether a number is even or not
  • Check whether a number is odd or not
  • Print even numbers up to nth term
  • Print odd numbers up to nth term
  • Sorting Algorithms