Robotics & Artificial Intelligence

Fill in the blanks:

  1. Python is a ……………. which means it may be used to create a broad variety of applications.
  2. ……………. frameworks are used for web development in Python.
  3. ……………. is a tool kit in Python for GUI development.
  4. The suitable data type to store only True or False is …………….. .
  5. Lists are ……………. and ……………. are immutable in Python.

Getting Started

2 Likes

Answer

  1. Python is a general-purpose language which means it may be used to create a broad variety of applications.
  2. Django and Flask frameworks are used for web development in Python.
  3. wxPython is a tool kit in Python for GUI development.
  4. The suitable data type to store only True or False is bool.
  5. Lists are mutable and tuples are immutable in Python.

Answered By

1 Like


Related Questions