Skip to content

Instantly share code, notes, and snippets.

@shime
Last active September 30, 2015 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save shime/1877184 to your computer and use it in GitHub Desktop.
Save shime/1877184 to your computer and use it in GitHub Desktop.
### Ispišite svoje ime i prezime unatrag
### Ispišite trece slovo svog imena velikim slovom
@svracak
Copy link

svracak commented Feb 25, 2012

print "Bozidar Paun".reverse
print "\n"
puts "Bozidar Paun".capitalize[2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment