From 45e900e774dd877a5f846997ef77504376199358 Mon Sep 17 00:00:00 2001 From: NEETNETNET <112066731+NEETNETNET@users.noreply.github.com> Date: Fri, 23 Jun 2023 17:58:02 +0700 Subject: [PATCH] python --- PY00000 - Welcome to python.py | 8 ++++++++ PY01000 - HELLO.py | 9 +++++++++ ...KI\341\273\202M TRA CH\341\272\264N L\341\272\272.py" | 5 +++++ "PY01002 - PH\303\211P C\341\273\230NG.py" | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 PY00000 - Welcome to python.py create mode 100644 PY01000 - HELLO.py create mode 100644 "PY01001 - KI\341\273\202M TRA CH\341\272\264N L\341\272\272.py" create mode 100644 "PY01002 - PH\303\211P C\341\273\230NG.py" diff --git a/PY00000 - Welcome to python.py b/PY00000 - Welcome to python.py new file mode 100644 index 0000000..e940ffe --- /dev/null +++ b/PY00000 - Welcome to python.py @@ -0,0 +1,8 @@ +print('Welcome to python.') + + + + + + + diff --git a/PY01000 - HELLO.py b/PY01000 - HELLO.py new file mode 100644 index 0000000..f15d2a5 --- /dev/null +++ b/PY01000 - HELLO.py @@ -0,0 +1,9 @@ +name = input() +print('Hello ' + name + '!' ) + + + + + + + diff --git "a/PY01001 - KI\341\273\202M TRA CH\341\272\264N L\341\272\272.py" "b/PY01001 - KI\341\273\202M TRA CH\341\272\264N L\341\272\272.py" new file mode 100644 index 0000000..d21a045 --- /dev/null +++ "b/PY01001 - KI\341\273\202M TRA CH\341\272\264N L\341\272\272.py" @@ -0,0 +1,5 @@ +number = int(input()) +if number%2 == 0: + print("CHAN") +else : + print("LE") \ No newline at end of file diff --git "a/PY01002 - PH\303\211P C\341\273\230NG.py" "b/PY01002 - PH\303\211P C\341\273\230NG.py" new file mode 100644 index 0000000..d97fca0 --- /dev/null +++ "b/PY01002 - PH\303\211P C\341\273\230NG.py" @@ -0,0 +1,5 @@ +s = input().split() +if int(s[0]) + int(s[2]) == int(s[4]): + print("YES") +else : + print("NO") \ No newline at end of file