ruby
Ruby is python but with slightly different syntax
ruby for programmers
irb(main):001:0> "Hello World"
=> "Hello World"
ruby for programmers
irb(main):004:0> 3*2
=> 6
ruby for programmers
irb(main):007:0> a = 3 ** 2
=> 9
irb(main):008:0> b = 4 ** 2
=> 16
irb(main):009:0> Math.sqrt(a+b)
=> 5.0
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us