[object Object]
[object Object]
विषयों
मुख्य विषय
अध्याय
Advertisements
Advertisements
Computer Science
Explain recursive function with an example.
Chapter: [7] Python Functions
Concept: undefined >> undefined
Concept: undefined >> undefined
What will be the output of the following code?
str1 = "Chennai Schools"
str1[7] = "-" Chapter: [8] Strings and String Manipulation
Concept: undefined >> undefined
Concept: undefined >> undefined
Advertisements
Write a Python program to display the given pattern.
C O M P U T E R
C O M P U T E
C O M P U T
C O M P U
C O M P
C O M
C O
C
Chapter: [8] Strings and String Manipulation
Concept: undefined >> undefined
Concept: undefined >> undefined
What will be the output of the given python program?
str1 = "welcome"
str2 = "to school"
str3=str1[:2]+str2[len(str2)-2:]
print(str3) Chapter: [8] Strings and String Manipulation
Concept: undefined >> undefined
Concept: undefined >> undefined
Which of the following is called the master table?
Chapter: [15] Data Manipulation Through SQL
Concept: undefined >> undefined
Concept: undefined >> undefined
