python_fn_1 - 8BitsCoding/RobotMentor GitHub Wiki
μλμ κ°μ νμμ λννμ΄λΌκ³ νλ€.
λͺ λ Ήμ λ΄λ¦¬λ©΄ κ·Έμ λ°λ₯Έ λ΅μ₯μ΄ λμ°©νλ νν
python μ€ν (λνν λͺ¨λ)
$ python
ruby μ€ν (λνν λͺ¨λ)
$ irb
python, ruby μ€ν (νμΌ λͺ¨λ)
κ²°κ΅ ν¬κ³ 볡μ‘ν μ½λλ₯Ό λ§λ€κΈ° μν΄μλ νμΌ λͺ¨λλ‘ λμν΄μΌνλ€.
ruby
μλμ νμΌμ λ§λ λ€.
c:\python_ruby\helloworld.rb
print("Hello, world")
컀λ©λ μ°½μμ λ€μμ λͺ λ Ήμ΄λ₯Ό μ λ ₯ν΄ λ³΄μ.
ruby c:\python_ruby\helloworld.rb
python
c:\python_ruby\helloworld.py
python c:\python_ruby\helloworld.py