int
a
=
1000
,
b
=
50
,
c
=
99
text
d
=
"bonjour"
,
e
=
"hello"
real
f
=
10.5
natural
g
=
60n
print
a
,
b
,
c
,
d
,
e
,
f
,
g