mirror of
https://github.com/github/codeql.git
synced 2026-03-31 12:48:17 +02:00
8 lines
142 B
Python
8 lines
142 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
def ಏನಾದರೂ_ಮಾಡು():
|
|
print('ಏನೋ ಮಾಡಿದೆ')
|
|
|
|
|
|
ಏನಾದರೂ_ಮಾಡು()
|