Tuple is collection of heterogeneous objects enclosed with parenthesis (). • a= () #empty tuple • b=(10,) # Tuple with one element • c= (‘ computer’, 84 , 9875.255) # tuple with multiple data items • d= ( “ computer”,[100,200,300], ( 4,7,8)…
read morePython 3 Course by ICT Python courses from ICT_Bopal, Learn Python online course or on-site training with courses like Python for everybody and python 3 Programming. Python 3 tutorial. Online Python 3 programming training courses. Start learning Python today. Find the best…
read moreCBSE Class-12 New Syllabus 2019-20 (Computer Science with Python – SQL) Computer Science(New)CLASS-XIICode No. 083 Optional for the academic year 2019-20 and mandatory for the academic year 2020-21 onwards 1. PrerequisitesComputer Science- Class XI 2. Learning Outcomes 1. Understand the concept of…
read moreWhat are string in python? – Python string is a collection of unicode characters.– Python strings can be enclosed in single, double or triple quotes. Example: ‘ICTSouthBopal’ “ICTSouthBopal” ‘ ‘ICTSouthBopal’ ‘ “””ICTSouthBopal””” – Use to escape special…
read moreA python program is called as a script in which it has sequence of definitions and commands. Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991. Python is a specification for a language…
read more