if (condition): statement elif (condition): statement else: statement
Program code:
Output:
Clear Doubts with Computer TutorIn case you’re facing problems in understanding concepts, writing programs, solving questions, want to learn fun facts | tips | tricks or absolutely anything around computer science, feel free to join CTs learner-teacher community: students.computertutor.in
Enter an Integer: 5 45
An input of integer is taken from user.
If the input is positive, a for loop is initiated for range of entered integer and its double. The sum is calculated for all numbers between the specified range.
If the input is negative the range is reversed and sum is printed.
Basic python functionality is demonstrated in above program.
To view all the lessons in chapter 1: http://computertutor.in/class-12-computer-science/chapter-1/
To view entire class 12 computer science study material: http://computertutor.in/resources/
You cannot copy content of this page