Beispiel #1
0
from hexlet.test import test_output

test_output('0xff')
Beispiel #2
0
from hexlet.test import test_output

test_output('13')
Beispiel #3
0
from hexlet.test import test_output

test_output('Targaryen\n and \nDragon')
Beispiel #4
0
from hexlet.test import test_output

test_output('''Hello, Joffrey!
Here is important information about your account security.
We couldn't verify you mother's maiden name.''')
Beispiel #5
0
from hexlet.test import test_output

test_output('Hello, World!')
Beispiel #6
0
from hexlet.test import test_output

test_output("243\n2.0")
Beispiel #7
0
from hexlet.test import test_output

test_output('2 times')
Beispiel #8
0
from hexlet.test import test_output

test_output('0x2a')
Beispiel #9
0
from hexlet.test import test_output

test_output('10.12')
Beispiel #10
0
from hexlet.test import test_output

test_output('King Balon the 6th has 102 rooms.')
Beispiel #11
0
from hexlet.test import test_output

test_output(
    "- Did Joffrey agree?\n- He did. He also said \"I love using \\n\"."
)
Beispiel #12
0
from hexlet.test import test_output

test_output('hodor')
Beispiel #13
0
from hexlet.test import test_output

test_output('9780262531962')
Beispiel #14
0
from hexlet.test import test_output

test_output("10.5")
Beispiel #15
0
from hexlet.test import test_output

test_output("~\n^\n%")
Beispiel #16
0
from hexlet.test import test_output

test_output('80')
Beispiel #17
0
from hexlet.test import test_output

test_output("4")
Beispiel #18
0
from hexlet.test import test_output

test_output("9.0")
Beispiel #19
0
from hexlet.test import test_output

test_output('-0.304')
Beispiel #20
0
from hexlet.test import test_output

test_output('Rhaella Targaryen')
Beispiel #21
0
from hexlet.test import test_output

test_output('20')
Beispiel #22
0
from hexlet.test import test_output

test_output('''Lannister, Targaryen, Baratheon, Stark, Tyrell...
they're all just spokes on a wheel.
This one's on top, then that one's on top, and on and on it spins,
crushing those on the ground.''')
Beispiel #23
0
from hexlet.test import test_output

test_output("87")
Beispiel #24
0
from hexlet.test import test_output

test_output('Do you want to eat, Arya?')
Beispiel #25
0
from hexlet.test import test_output

test_output('What Is Dead May Never Die!')
Beispiel #26
0
from hexlet.test import test_output

test_output('125')
Beispiel #27
0
from hexlet.test import test_output

test_output("49.0")
Beispiel #28
0
from hexlet.test import test_output

test_output('anneirB')
Beispiel #29
0
from hexlet.test import test_output

test_output('-2000')
Beispiel #30
0
from hexlet.test import test_output

test_output('125.0\n7500.0')