UMMA TOKEN INVESTOR

Translation is not possible.

#ru

Метод upper() преобразует все символы нижнего регистра в строке в символы верхнего регистра. Если символы нижнего регистра отсутствуют, возвращается исходная строка. Если ты хочешь преобразовать строку в нижний регистр, используй lower(). Также ты можешь использовать swapcase() для переключения между строчными и прописными буквами

#en

The upper() method converts all lowercase characters in the string to uppercase characters. If there are no lowercase characters, the original string is returned. If you want to convert a string to lower case, use lower(). You can also use swapcase() to switch between lowercase and uppercase letters

#uz

Upper() usuli satrdagi barcha kichik harflarni katta harflarga aylantiradi. Agar kichik harflar bo'lmasa, asl satr qaytariladi. Agar siz satrni kichik harfga aylantirmoqchi bo'lsangiz, low() dan foydalaning. Kichik va katta harflarni almashtirish uchun swapcase() dan ham foydalanishingiz mumkin

image
Send as a message
Share on my page
Share in the group
Translation is not possible.

set.isdisjoint

#ru

Метод isdisjoint() возвращает значение True, если два множества не имеют между собой общих элементов. В противном случае возвращается False. Ты также можешь передавать итерации, такие как список, кортеж, словарь или строку. В этом случае isdisjoint() сначала преобразует итерации в множества. Затем происходит проверка, не являются ли они непересекающимися.

#en

set.isdisjoint

The isdisjoint() method returns True if the two sets have no elements in common. Otherwise, False is returned. You can also pass iterations such as a list, tuple, dictionary or string. In this case, isdisjoint() first converts the iterations into sets. Then a check is made to see if they are disjoint.

#uz

set.isjoint

isdisjoint() usuli, agar ikkita to'plamda umumiy elementlar bo'lmasa, True qiymatini qaytaradi. Aks holda, False qaytariladi. Shuningdek, ro'yxat, kortej, lug'at yoki satr kabi iteratsiyalarni o'tkazishingiz mumkin. Bu holda isdisjoint() birinchi navbatda iteratsiyalarni to'plamlarga aylantiradi. Keyin ular bir-biridan ajralgan yoki yo'qligini tekshirish uchun tekshiriladi.

#ilm ruknidan

image
Send as a message
Share on my page
Share in the group
Translation is not possible.

string.strip

#ru

Метод strip() удаляет все начальные и конечные пробелы из заданной строки. С помощью параметра chars ты указываешь набор символов, которые необходимо удалить как из левой, так и из правой частей строки.

#uz

strip() usuli berilgan satrdan barcha oldingi va keyingi boʻshliqlarni olib tashlaydi. Chars parametridan foydalanib, siz satrning chap va o'ng qismlaridan olib tashlanishi kerak bo'lgan belgilar to'plamini belgilaysiz.

#en

The strip() method removes all leading and trailing whitespace from the given string. Using the chars parameter, you specify the set of characters that should be removed from the left and right parts of the string.

#ilm ruknidan

image
Send as a message
Share on my page
Share in the group
muslimCoder Сhanged his profile picture
2 months
Translation is not possible.

image
Send as a message
Share on my page
Share in the group
muslimCoder Сhanged his profile picture
2 months
Translation is not possible.

image
Send as a message
Share on my page
Share in the group