Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created February 24, 2010 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btbytes/313215 to your computer and use it in GitHub Desktop.
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