Python-My Notes
Showing posts with label
ruby
.
Show all posts
Showing posts with label
ruby
.
Show all posts
Tuesday, March 31, 2015
Hands on Ruby Numbers and Arrays
›
#Ruby can handle both integars and floating points twenty=20 one_point_two=1.2 #we can add this putting a # before a variable prints pu...
Hands on ruby:Install,run,hello world
›
1.Install from Terminal sudo apt-get install ruby2.0 ruby2.0-dev 2.How to run a program? There are two ways to do it. a.Interactive r...
›
Home
View web version