if__main__ concept in python

 # import mainmaybe

# print(mainmaybe.goodtogo("Umair"))

# # if we used the upper cmd then this cmd print the whole cmd that are written in import
# #if we want to use  only and variable value or function which is define in that file so we 
# # have to used if __name__ == '__main__': function and have to store all printable inside this 
# # function same for the variables....... 

import maain


Comments