13. Investigate and comment on this code: var1 = False if var1: print("it is var1!") Outputs: "it is var1!" Outputs nothing The code is faulty, replace "if var1:" with "if var1 = true" The code is...


Python


13. Investigate and comment on this code:<br>var1 = False<br>if var1:<br>print(

Extracted text: 13. Investigate and comment on this code: var1 = False if var1: print("it is var1!") Outputs: "it is var1!" Outputs nothing The code is faulty, replace "if var1:" with "if var1 = true" The code is faulty, replace "if var1:" with "if var1 == true" None of the mentioned

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here