Computer Science
Related Questions
Which of the following is valid arithmetic operator in Python :
- //
- ?
- <
- and
For a given declaration in Python as s = "WELCOME", which of the following will be the correct output of print(s[1::2])?
- WEL
- COME
- WLOE
- ECM
Which of the following is not a Tuple in Python?
- (1,2,3)
- ("One","Two","Three")
- (10,)
- ("One")
Fill in the blanks:
The smallest individual unit in a program is known as a _________.