Skip to content

Instantly share code, notes, and snippets.

@sri12018
Last active December 3, 2017 10:01
Show Gist options
  • Save sri12018/872e5f6923a9c2832e8ffdefe3023aab to your computer and use it in GitHub Desktop.
Save sri12018/872e5f6923a9c2832e8ffdefe3023aab to your computer and use it in GitHub Desktop.
var age = 18
if age >= 13 && age <= 19 {
print("Teenager")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment