diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..9ff452a --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 5a946c5..96eb542 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,14 +1,4 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a82a183..e58cf86 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,133 +2,23 @@ - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/condition_if_simple.py b/condition_if_simple.py index de2085e..e64b6eb 100644 --- a/condition_if_simple.py +++ b/condition_if_simple.py @@ -2,7 +2,7 @@ def main(): Age=input("enter your Age:") if(int(Age)>18): print("welcome") - + print("second welcome") diff --git a/main.py b/main.py index deed131..66dc69b 100644 --- a/main.py +++ b/main.py @@ -5,6 +5,7 @@ def main(): print("hello from python") print("next line execute") + print if __name__ == '__main__':main()