Module 1 Graded Quiz

Module 1 Graded Quiz >> Python for Data Science, AI & Development

 
Correct: Correct, Python follows the standard mathematical conventions
 
Correct: correct, the type is string
 
 
Correct :correct, the ‘+’ applied to strings does not add strings but concatenates them
 
 
 
Correct: correct, the method replace returns a copy of the string with all occurrences of the old substring
 
Correct: correct, in Python 3, regular division always results in a float