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