示例#1
0
from hexlet.test import test_output

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

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

test_output('Targaryen\n and \nDragon')
示例#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.''')
示例#5
0
from hexlet.test import test_output

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

test_output('20')
示例#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.''')
示例#23
0
from hexlet.test import test_output

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

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

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

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

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

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

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

test_output('125.0\n7500.0')