Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created February 24, 2010 07:23
Show Gist options
  • Select an option

  • Save btbytes/313215 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/313215 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3.1
print("ಕನ್ನಡದಲ್ಲಿ ಪೈಥಾನ್ ಪ್ರೊಗ್ರಾಮಿಂಗ್!")
ಹೆಸರುಗಳು = ['ಪ್ರದೀಪ್', 'ನಯನ', 'ಸಿರಿ']
for ಹೆಸರು in ಹೆಸರುಗಳು:
print('ಹಲೋ! ', ಹೆಸರು)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment