matches a pattern at the start of the string.
matches a pattern at any position in the string.
such a function does not exist
none of the mentioned
f.seek(-10, 0)
f.seek(10,0)
f.seek(-10, 1)
None of the above
none of the mentioned.
end
beginning
anywhere in between the file
islower()
isupper()
Islower()
None
str1[ : : -1 ]
str1[ : : 1 ]
str1[ : -1 : -1 ]
switch
foreach
Nested Loop
find()
copy()
upper()
capitalize()
title()
swapcase()
List
Tuple
Dictionary
>=
<=
=
!=
arr[-2]
arr[2]
arr[-1]
arr[1]
space
colon
semi colon
End of File
End of Line
End of Statement
End of program
index()
Both of the above
open_file()
file_open()
open()
read_file()
close_file()
file_close()
close()
end_file()
Read mode
Write mode
Append mode
Binary mode
read()
readline()
readlines()
load()
write()
append()
add()
insert()