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