The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #190
print(1, 2, 3, sep="/")
With the print() function, the parameter sep stands for separator. It indicates how the elements of the print() function will be separated when printed out. (w3schools.com/python/ref_func_print.asp)
Question difficulty: 🔵🔵🔵🔵🔵