Post

Python Programming
Python Programming@PythonPr·
Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below!
Python Programming tweet media
English
20
5
51
12.9K
Scott Taylor
Scott Taylor@TutorialsForSQL·
@PythonPr Output is: "Login Sucessful" Note spelling issue, should be -> "Successful" Why: if name == "java" or "html" Translates to: if false or true => true
English
0
0
0
161
Bagikan