Skip to content

Commit 49b004a

Browse files
reslove the issue
1 parent 47366e1 commit 49b004a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

language_detection/langdetect.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from langdetect import detect
1+
from langdetect import detect
2+
3+
text = input("Enter Any text in any language: ")
4+
print(detect(text))
25

3-
text = input("Enter Any text in any language:- ")
4-
print(detect(text))

0 commit comments

Comments
 (0)