Skip to content

gkcloudtech777/python-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

python-repo

Creating this repo for python practice

String

String is a collection of alphabets, words or other characters.
Python has a built-in string class named str. Python strings are "immutable" which means they cannot be changed after they are created.

Variables

-> We use variables to stores data temporally in a computers memory. -> A Python variable is a reserved memory location to store values. -> variable in a python program gives data to the computer for processing. -> Every value in Python has a datatype. Different data types in Python are Numbers, List, Tuple, Strings, Dictionary, etc.

  1. The input() function allows user input. reads a line from the input (usually from the user), it returns string
  2. int(),float(),bool(),str() build in functions.

About

creating this repo for python practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors