From 62ad14aeb4bcd5019f377e7c5164b474fa427e75 Mon Sep 17 00:00:00 2001 From: sivabuddi <54324742+sivabuddi@users.noreply.github.com> Date: Mon, 27 Jan 2020 21:29:18 +0530 Subject: [PATCH] improved in main.py --- .idea/inspectionProfiles/Project_Default.xml | 12 + .idea/misc.xml | 10 - .idea/workspace.xml | 875 +++---------------- condition_if_simple.py | 2 +- main.py | 1 + 5 files changed, 119 insertions(+), 781 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml 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()