HANGMANPICS = [''' +---+
| |
|
|
|
|
''','''
+---+
| |
| •
|
|
|
''','''
+---+
| |
| •
| |
|
|
''','''
+---+
| |
| •
| /|
|
|
''','''
+---+
| |
| •
| /|\
|
|
''','''
+---+
| |
| •
| /|\
| /
|
''','''
+---+
| |
| •
| /|\
| / \
|
'']
words = 'программа код програмирование програмист компьютер виселица конструктор игра функция алгоритм язые качество разработчик блок скрипт скорость работа память задача условие библиотека логика'.split()
def getRandomWord(wordList):
wordIndex = random.randint(0,len(wordList) - 1)
return wordList[wordIndex]
def displayBoard(HANGMANPICS, missedLetters, correctLetters, secretWord):
print(HANGMANPICS[len(missedLetters)])
print()
print('Неправильные буквы:', end=' ')
for letter in missedLetters:
print(letter, end=' ')
print()
blanks = '*'*len(secretWord)
for i in range(len(secretWord)):
if secretWord[i] in correctLetters:
blanks = blanks[:i] + secretWord[i] + blanks[i+1:]
for letter in blanks:
print(letter, end=' ')
print()
def getGuess(alreadyGuessed):
while True:
print('Введите букву')
guess = input()
guess = guess.lower()
if len(guess) != 1:
print('Ваша буква:')
elif guess in alreadyGuessed:
print('Вы уже использовали эту букву. Выберите другую')
elif guess not in '':
print('Введите букву кириллицы')
else:
return guess
def playAgain():
print('Хотите попробовать ещё раз?("Да" или "Нет")')
return input().lower().startswith('∂')
print('ВИСЕЛИЦА')
missedLetters = ' '
correctLetters = ' '
secretWord = getRandomWord(words)
gamelsDone = False
while True:
displayBoard(HANGMANPICS, missedLetters, correctLetters, secretWord)
guess = getGuess(missedLetters+correctLetters)
if guess in secretWord:
correctLetters = correctLetters + guess
foundAllLetters = True
for i in range (len(secretWord)):
if secretWord[i] not in correctLetters:
foundAllLetters = False
break
if foundAllLetters:
print('Превосходно! Было загадано слово" '+secretWord+' ''! Вы победили!')
gameIsDone = True
else:
missedLetters = missedLetters+guess
if len(missedLetters) == len(HANGMANPICS) - 1:
displayBoard(HANGMANPICS, missedLetters, correctLetters, secretWord)
print('У вас не осталось попыток!\nПосле '+str(len(missedLetters)) +' ошибок и '+str(len(correctLetters))+'угаданных букв. Загаданное слово:'+secretWord+) 1
gameIsDone = True
if gamelsDone:
if playAgain():
missedLetters = ''
correctLetters = ''
gameIsDone = False
secretWord = getRandomWord(words)
else:
break
где у меня ошибка
что объяснять? - всё по формулам
m (h2co3) = 1*2+12+16*3= 62 г/моль
m=nm
m (h2co3) = 2 моль * 62 г/моль = 124 г
n= nna(эн авогадро)
na (эн авогадро) = 6.02 * 10^23
n (h2co3) = 2 моль * 6,02* 10^23= 12,04 * 10^23
v=vm (вэ молярное) n
vm = 22.4 дм^3/моль
v (h2co3) = 22,4 дм^3/моль * 2 моль = 44,8 дм^3
метанол.т.к.его дельта минус заряд на кислороде меньше,чем у 2-метилпропанола-2 и,соответственно,кислотные свойства сильнее.
ch3-oh+na=ch3ona+h2
oh ona
| |
ch3-c-ch3+na=ch3-c-ch3+h2
| |
ch3 ch3