You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Equal to Equal to Operator( == ) or Comparision Operator compare the "Values" while identity operator( is,isnot ) compare the "MEMORY ALLOCATION" and since "list" is "MUTTABLE DATATYPE" which stores different values at different memorry allocation that's it's showing "FALSE"
# ord command is basically uses for converting the alphabetical charatcer into ASCII value
#chr is a command which is uses for geting the ALPHABETICAL CHARACTER Sfrom entered ascii Value
# pip freeze is a command by which i can get all the installed libraries in system and check that whichever is installed or not..