Thai challenge

Challenge:

Try to pronounce it ( no ai allowed only Google Translate )

1.ประพฤติ

2. ทฤษฎี

3. กรุงเทพมหานคร

  1. behave
  2. theory
  3. 
    

<span lang="en">\[quote="ALemonadestand103, post:1, topic:8654"\]
Bangkok
\[/quote\]</span>

No not the translation the pronunciation

wha

What I mean is try to pronounce

ประพฤติ

2. ทฤษฎี

3. กรุงเทพมหานคร

guys here’s something harder than thai​:smiley:

try to pronounce these vietnamese dishes (same rules applied) :

1: mì quảng

2: hủ tiếu

3: bún bò

4: chả giò

import random
def random_number_generator():
    print("Welcome to random number generator!")
    first_number=int(input("Enter first number (smaller number): " ))
    second_number=int(input("Enter second number (bigger number) " ))
    if first_number >= second_number:
        print("Error: the first number has to be smaller than the second number.")
        return
    random_number = random.randrange(first_number,second_number)
    print("===============================")
    print(        random_number)
    print("===============================")
    user_try = input("would you like to try our calculator? ")
random_number_generator()

not sure why i posted this

67

***

Hi