Today's learning content
Difference between print and put statements
print No line breaks puts line break
◎ Implemented code Your code here! puts "Mile" puts " is cool" print "Girafe Academy" print "Mile" puts " is cool" puts " /|" puts " / |" puts " / |" puts "/___|"
◎ Environmental design ・ Eliminate the factors that hinder learning (smartphone youtube video) ● What to do tomorrow ・ [Continued] Since you have already completed basic learning, focus on creating programming notes and do not spend too much time. ・ Atom environment construction atom-runner installation
Recommended Posts