Embed presentation
Download to read offline






![Delimiter
• Symbols that perform 3 roles
– Grouping( ) ,[ ], { }
– Punctuation : ; . @
– Assignment +=,-=,*=
– Bitwise assignment&=,!=](https://crownmelresort.com/image.slidesharecdn.com/unit-2-250209161547-d54b9092/75/PROBLEM-SOLVING-AND-PYTHON-PROGRAMMING-UNIT-2-7-2048.jpg)



![• Complex
–Real and imaginary: z=7+6j
• String
• Sequence of character
• List: [ 11,12,13]
• Tuples:(11,12,13)
• Set:{ 11,1,2,3}
• Dictionary: {ab:12,ad:15}](https://crownmelresort.com/image.slidesharecdn.com/unit-2-250209161547-d54b9092/75/PROBLEM-SOLVING-AND-PYTHON-PROGRAMMING-UNIT-2-11-2048.jpg)

The document covers fundamental concepts in Python programming, including interpreter modes, data types like integers, floats, strings, and collections such as lists, tuples, sets, and dictionaries. It explains key programming constructs like keywords, operators, and escape sequences, as well as how to use comments and values in code. Overall, it serves as an introductory guide to Python syntax and data handling.






![Delimiter
• Symbols that perform 3 roles
– Grouping( ) ,[ ], { }
– Punctuation : ; . @
– Assignment +=,-=,*=
– Bitwise assignment&=,!=](https://crownmelresort.com/image.slidesharecdn.com/unit-2-250209161547-d54b9092/75/PROBLEM-SOLVING-AND-PYTHON-PROGRAMMING-UNIT-2-7-2048.jpg)



![• Complex
–Real and imaginary: z=7+6j
• String
• Sequence of character
• List: [ 11,12,13]
• Tuples:(11,12,13)
• Set:{ 11,1,2,3}
• Dictionary: {ab:12,ad:15}](https://crownmelresort.com/image.slidesharecdn.com/unit-2-250209161547-d54b9092/75/PROBLEM-SOLVING-AND-PYTHON-PROGRAMMING-UNIT-2-11-2048.jpg)
