Skip to content

lahirusamaraweera/python_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Basics

1. Variables and datatypes

Integers

1,3

Float

3.99

Strings

'sample string'

Lists

[ 2, 324, 'string', ['test', 2 ]]

Tuples

(2, 324, 'string')

Dictionary

{'key' : [23.23] }

Sets

{243,1223,923}

2. Keywords

and       del       from      not       while    
as        elif      global    or        with     
assert    else      if        pass      yield    
break     except    import    print              
class     exec      in        raise              
continue  finally   is        return             
def       for       lambda    try

3. Operators

4. if ... else ...

5. while and for loop

6. Funtions

7. I/O operations

8. Modules

About

AL ICT python souce codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages