my first file
aewrfbh ;weofhweofroiwefhwefkwehfenmrhgfiurbgjrhg4r
pickele and unpickel ?
Frogen binaries ?
diffrence between list, tuple & slicing ?
polymorphism ?
what is fundamental daatypes ?
Django archetecture ?
inheritence ?
MTV : model template view (Django)
Ltest technologies: Python fulltack eveloper
(Core Python + Adv Python+ Django+HTML+Css+Javascript)
The programmer should use all the files in databasess, finally blocked
try: statement
except Exceptionname: statement finaly: statement
Performing the above task is called Exception handling
try: print('
should be in material follow
-
Multiple exceptions can be handled using multiple except blocks.
-
A single try block cn be followed by several exccept blocks
-
We can not write except blocks without a try block
-
But we can write try block withot except block.
-
else block is executd only when the ecept blocks are not executed.
Note: we can aslo use else block that means executed when except block i not executed