Computer Science

Which of the following are valid Python data types?

  1. Numeric
  2. None
  3. Mappings
  4. list
  5. Sequence
  6. set
  7. tuple
  8. dictionary

Python Data Handling

18 Likes

Answer

None

list

set

tuple

dictionary

Answered By

1 Like


Related Questions