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.
***************************