You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lang=""# Loop over the elements of L starting from the end and append the elements until we reach the number of linesforiinrange(len(L) -1, -1, -1):
ifL[i].isdigit():
breakiflang:
lang=L[i] +" "+langelse:
lang=L[i]
lpct.append((lang, L[0][:-1]))
DecimalTurn
changed the title
Language output is incorrect when the language name as one or more spaces
Language output is incorrect when the language name has one or more spaces
Sep 28, 2024
Example language: "Visual Basic .NET"
Example repo: https://github.com/narekye/VB.NET
Expected output: "Visual Basic .NET"
Actual output: ".NET"
The text was updated successfully, but these errors were encountered: