bioinfo:comarative_programming_linguistics
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bioinfo:comarative_programming_linguistics [2022/03/27 08:56] – [If문] hyjeong | bioinfo:comarative_programming_linguistics [2022/03/27 09:07] (current) – [If문] hyjeong | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| print "You are not Haeyoung. Who are you? | print "You are not Haeyoung. Who are you? | ||
| } | } | ||
| + | | ||
| if ($char eq ' | if ($char eq ' | ||
| print "You entered ' | print "You entered ' | ||
| Line 20: | Line 21: | ||
| **Python** | **Python** | ||
| + | if money == 20000: | ||
| + | print(" | ||
| + | elif money >= 1000: | ||
| + | print(" | ||
| + | else: | ||
| + | print(" | ||
| ===== While문 ===== | ===== While문 ===== | ||
bioinfo/comarative_programming_linguistics.1648338998.txt.gz · Last modified: by hyjeong
