
Grade 7 - Revision Worksheet-1 On Python Coding | PDF | Computer …
The document contains a revision worksheet with questions on Python coding. It has questions to identify and correct errors in code snippets, extend given code snippets to produce meaningful outputs, predict the output of code snippets, and write Python programs to solve problems.
Write a program to enter any number and check it is divisible by 7 or not Ans. num = int(input('Enter any number ')) if num % 7 == 0: print('Divisible by 7') else: print('Not divisible by 7') 38 Fill in the blanks to execute loop from 10 to 100 and 10 to 1 (i) for i in range(_____): print(i) (ii) for i in range(_____): print(i) Ans. (i)
Computer Revision Worksheet Class 7 Chapter 6 | PDF | Python …
This document contains a computer revision worksheet with 20 multiple choice and true/false questions about Python programming concepts like basic syntax, data types, variables, operators, and the IDLE environment.
Python (grade 7) 7th Grade Quiz | Quizizz
Python (grade 7) quiz for 7th grade students. Find other quizzes for Computers and more on Quizizz for free!
Comprehensive Worksheet - Class 7 | PDF | Python …
This document contains a reinforcement worksheet on programming with Python. It includes multiple choice questions testing knowledge of topics like firmware, Python libraries, lists, and data types.
Class: VII DEPARTMENT OF COMPUTER SCIENCE Year: 2024-2025 Topic: Tokens & Datatypes in Python 1. Tick the correct option. A. Which of the following is not a keyword in Python language? (i) Value (iii) True (ii) break (iv) None of these B. In Python, the 3**5 expression will return_____ (iii) 243 (iii) 15
Write a code for the following problems. 1. Check whether the given value is divided by 10 . 3. Draw the two lines. 2. Check whether the weather is hot or cool. 4. Draw the three lines. Find the Error in the following code and write the correct code in the given boxes.
705706 | More on python | sweta yadav | LiveWorksheets
Feb 8, 2021 · LiveWorksheets transforms your traditional printable worksheets into self-correcting interactive exercises that the students can do online and send to the teacher.
Class-7 Ch-8 PDF Notes - Computer - Teachmint
Jan 28, 2022 · Yukti wanted to print the quotient of 177 / 7 using Python. Write the, command which she should type in Python for this task., Ans1. print (177/ 77), Q2. Mehak is using Python language for the first time.
Grade 7 Python Programming Worksheet | PDF | Data Type
Grade 7 Python Programming Worksheet. Name: _____ Multiple Choice Questions (MCQs) 1. Which of the following is NOT a basic data type in Python? A) Integer B) String C) Float D) Character 2.
- Some results have been removed