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