Tutor HuntResources

Python Resources

 

Nithya

Python Palindrome

Problem Descri ptionThe program takes a number and checks whether it is a palindrome or not.Problem Solution1. Take the value of the integer and store in a variable.2. Transfer the va...
Maria

List of Python Keywords

List of Python Keywords:[`False`, `None`, `True`, `and`, `as`, `assert`, `break`, `class`, `continue`, `def`, `del`, `elif`, `else`, `except`, `finally`, `for`, `from`, `global`, `...
Maria

Python Basics Cheat Sheet

This Python Coding Basics Cheat Sheet is like a Python course all in an A4 page.Variablesstring : e.g. variablename = "john'string : e.g. variablename = john integer: e...
See All Resources        View All Subjects