Skip to content

prudhvinathreddy/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Banner

Let's Learn by examples

Learn Basics

Learning different ways to CODE different sProblem

Reversing a String:

Example we have a text "APPLE". We need to reverse it as "ELPPA". The fastest (and easiest?) way is to use a slice that steps backwards.

Adding Numbers

Simple yet tricky at times. Adding different types of data leads to errors. check for type of data and add if numbers, concat if strings. The Operator "+" does its work based on the type of data like int, float, string.

PROJECTS

#1 Guessing game We always try to guess a number in a lottery system. This is one such program where we try to guess a number with a limit of chances.

Try Now: #1 Guess Me

About

Python Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages