The document is a worksheet for Grade VIII students covering functions and strings in Python. It includes short answer questions about defining functions, string manipulation, and built-in functions, as well as long answer questions that require explanations and examples. The worksheet aims to enhance students' understanding of Python programming concepts.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
G8_Functions and String in Python
The document is a worksheet for Grade VIII students covering functions and strings in Python. It includes short answer questions about defining functions, string manipulation, and built-in functions, as well as long answer questions that require explanations and examples. The worksheet aims to enhance students' understanding of Python programming concepts.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
SVVNS
COMPUTER TERM II WORKSHEET
Grade - VIII Ls.9 Functions and String in Python Date – 24/2/2025
Short Answer Questions :-
1) What is a function in Python? 2) How do you define a function in Python? 3) How do you concatenate two strings in Python? 4) What is a string in Python? 5) What does the len() function do? 6) How can you convert a string to uppercase in Python? 7) How can you convert a string to lowercase in Python?
Long Answer Questions :-
1) Write the components of a function. 2) Write four built-in functions to manipulate strings. 3) How can we call a function in Python? Explain using an example. 4) Explain the difference between built-in functions and user-defined functions in Python.