We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unit 1 Session A
Understand what the interviewer is asking for by using test cases and questions about the problem.
Plan the solution with appropriate visualizations and pseudocode.
General Idea: Use the sum function to calculate a sum, save it to a variable, then print that to the console.
summed = sum(13, 27) print(summed * 2) # Output: 80