About 1,540,000 results
Open links in new tab
  1. 50+ Class 12 CS Find output of Python Code Important Questions

    Sep 8, 2024 · Class 12 CS Find output of Python Code Important Questions. Q1. What will be the output of the following code snippet? Q2. What is the result of the following code in python? Q3. What possible outputs (s) will be obtained when the following code is executed? print(VALUES[x], end = "-") a) 30-40-50- b) 10-20-30-40- c) 30-40-50-60- d) 30-40-50-60-70-

  2. 50+ Find the output of Python Code important questions

    Find and write the output of the following python code: for Name in ['Jayes', 'Ramya', 'Taruna', 'Suraj'] : print (Name) if Name[0] == 'T' : break else : print ('Finished!') print ('Got it!')

  3. Input and Output in Python - GeeksforGeeks

    Mar 7, 2025 · Understanding input and output operations is fundamental to Python programming. With the print() function, we can display output in various formats, while the input() function enables interaction with users by gathering input during program execution.

  4. 70+ Important (Solved) Python Output based Questions class 11

    Nov 23, 2020 · Python Output based Questions are important for Exam. for Loop output based questions, while loop output based questions, output based questions based on conditional statement in python

  5. Output Based Questions In Python Class 11-12 Computer Science

    Output Based Questions In Python Class 11-12 Computer Science . Q 1. Write the output of the following: for i in '123': print("cbsepython",i,) Output

  6. Working With Functions XII - 13 Output & Error ... - TutorialAICSIP

    May 14, 2020 · Important assignment solutions for working with functions xii - Computer science class 12 output and error based questions explained in detailed.

  7. 12 CBSE Computer Science Important Output Questions 2025

    Master predict output type questions for CBSE Class 12 Computer Science with our expertly crafted studylists. Designed as per the latest CBSE board exam pattern to boost your understanding helping you score top marks.

  8. CBSE Computer Science Practical File for class 12 2024-25 - CBSE Python

    In this section CBSE students of class 12 Computer science can check the important python programs that must be prepare before the practical examination. Here are 20+ python programs with output, for Computer science practical file Term 1.

  9. High-Order Thinking Skills (HOTS) Questions with Solutions – …

    Mar 18, 2025 · In this article, we are going to discuss 20 High-Order Thinking Skills (HOTS) Questions with Solutions – Class 12 Computer Science (Python). Let us begin ! 20 High-Order Thinking Skills (HOTS) Questions with Solutions – Class 12 Computer Science (Python) These questions are taken from the below given topics: Tokens; Variable Assignments ...

  10. Python Output based questions - CS-IP-Learning-Hub

    Nov 23, 2020 · What will be the output of the following code snippet? a=10b=20c=-5a, b, a = a+c, b-c, b+cprint(a, b, c) Q2. What is the result of the following code in python? S=”ComputerScience”print(S[2]+S[-4]+S[1:-7]) Q3.

Refresh