Skip to content

Instantly share code, notes, and snippets.

@DamirSvrtan
Forked from shime/drugi_zadatak.rb
Created February 25, 2012 12:00
Show Gist options
  • Save DamirSvrtan/1908080 to your computer and use it in GitHub Desktop.
Save DamirSvrtan/1908080 to your computer and use it in GitHub Desktop.
### Ispišite svoje ime i prezime unatrag
### Ispišite trece slovo svog imena velikim slovom
print "Damir Svrtan".reverse
print "Damir"[2].capitalize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment