Предмет: Английский язык, автор: zukhritdinovasamira

Помоги пожалуйста,можно в тетрадке,главное чтоб было понятно дам 30 балов

Приложения:

Ответы

Автор ответа: anime696969
0

Ответ:

I am going to see a play tonight. ...

It's late so I don't think he's going to do his homework tonight.

Look at those clouds. ...

We're not going to see my mother this summer.

My favorite team is going to play tomorrow evening.

He's going to tell his boss he's resigning today.

I'm really tired so I'm going to sleep early tonight.

Next week I'm going to start a new diet.

My daughter's going to study law at college next year.

He's not going to speak at the conference.

Are you going to come to my party tomorrow?

What are you going to wear to the dance?

Let's also get some beer. My boyfriend's not going to drink wine.

Who is going to read the next paragraph?

Are you going to speak at the conference?

Is he going to cry again today?

What is she going to cook for dinner?

Are they going to sleep all day?

When are we going to eat lunch?

Is he going to tell us what to study for the test?

Where is your brother going to sleep when he visits you?

Aren't they going to fly to their daughter's wedding in Los Angeles?

Похожие вопросы
Предмет: Информатика, автор: vhorsuns
Здравсвуйте! Можете пожалуйста исправить код так, чтобы рисовалось что-то больше похожее на виселицу и сделайте пожалуйста так, чтобы при нажатии на букву она становилась зелёной или красной зависимости от правильности ответа

Код(К сожалению не могу его вставить с большими пробелами (Tab)):
from random import randint
from tkinter import *
from tkinter import messagebox

logs = Tk()
logs.geometry("900x800")
kanva = Canvas(logs, width=300, height=300)
kanva.place(x=0, y=0)

vardi=["Gurķis", "Tomāts", "Burkāns", "Ķirbis", "Sīpols"]

nosaukums=Label(logs,text='Karatavas spēle', font="Arial 20 bold")
nosaukums.pack()

Uzdevums=Label(logs, text="", font="Arial 50 bold")
Uzdevums.place(x=120, y=400)

y=0
wordIndex=""

def Word():
global wordIndex
r=randint(0,9)
wordIndex=vardi[r]
global Uzdevums
Uzdevums.config(text="-"*len(wordIndex))
global numlncorrect
numlncorrect=0
kanva.delete("all")
Word()



def checkLetter(event):
burts=event.widget["text"]
z=wordIndex.find(burts)
if wordIndex[z]==burts:
newGuess = ""
global Uzdevums
oldGuess=Uzdevums["text"]
for i in range(len(wordIndex)):
if burts==wordIndex[i]:
newGuess+=burts
else:
newGuess+=oldGuess[i]
Uzdevums.config(text=newGuess)
if Uzdevums["text"]==wordIndex:
nebeigt1=messagebox.askyesno("uzvara","Vai spēlēsi vēl?")
if nebeigt1==True:
Word()
else:
logs.destroy()
else:
global numlncorrect
numlncorrect+=1
zimet()
if numlncorrect==10:
nebeigt2=messagebox.askyesno("zaudējums","Vai spēlēsi vēl?")
if nebeigt2==True:
Word()
else:
logs.destroy()

burti=[]
x="AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPRSŠTUŪVZŽ"
for i in range(33):
burti.append(Button(logs, text = x[i], fg = "white", bg="red", width=3, font="Arial 20 bold"))
burti[i].place(x=500+70*(i%5), y=60+70*(i//5))
burti[i].bind(' ', checkLetter)

def zimet():
global numlncorrect
if numlncorrect == 1:
kanva.create_oval(50, 50, 100, 100)
elif numlncorrect == 2:
kanva.create_line(75, 100, 75, 200)
elif numlncorrect == 3:
kanva.create_line(75, 125, 50, 150)
elif numlncorrect == 4:
kanva.create_line(75, 125, 100, 150)
elif numlncorrect == 5:
kanva.create_line(75, 200, 50, 225)
elif numlncorrect == 6:
kanva.create_line(75, 200, 100, 225)
elif numlncorrect == 7:
kanva.create_line(150, 225, 150, 20)
elif numlncorrect == 8:
kanva.create_line(150, 20, 100, 20)
elif numlncorrect == 9:
kanva.create_line(20,80,55,80,fill="black",width=3)
elif numlncorrect == 10:
kanva.create_line(55,80,55,70,fill="black",width=3)
Предмет: Математика, автор: Baazilik
Предмет: Химия, автор: dancukaleksandra7