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
Bankman-Fried, the former CEO of bankrupt cryptocurrency exchange FTX, lost his entire $16 billion fortune in one of the largest losses in history, reports Bloomberg. At the peak of the business, the entrepreneur's fortune was estimated at $ 26 billion.
If you allow me, I'll post a link.
Thanks
Current result
Code to Replicate issue
from easygoogletranslate import EasyGoogleTranslate
koko="Бывший гендиректор обанкротившейся криптовалютной биржи FTX Бэнкман-Фрид потерял все свое состояние в $16 млрд. Это один из крупнейших в истории случаев утраты состояния, передает Блумберг. На пике бизнеса состояние предпринимателя оценивалось в $26 млрд."
koko1="""Если разрешите кину ссылку.
Спасибо"""
translator=EasyGoogleTranslate()
print(koko)
print(koko1)
def tr(text):
result = translator.translate(f'{(text)}', target_language='en')
return result
mk=tr(koko)
kk=tr(koko1)
print(mk)
print(kk)
The text was updated successfully, but these errors were encountered:
Problem
Desired result
Bankman-Fried, the former CEO of bankrupt cryptocurrency exchange FTX, lost his entire $16 billion fortune in one of the largest losses in history, reports Bloomberg. At the peak of the business, the entrepreneur's fortune was estimated at $ 26 billion.
If you allow me, I'll post a link.
Thanks
Current result
Code to Replicate issue
The text was updated successfully, but these errors were encountered: