lesson_4_17_18_first

# -*- coding: utf-8 -*-
"""
Created on Mon Mar 19 17:32:40 2018

@author: stkarlos
"""

x = raw_input('dose arithmo: ')
y = float(raw_input('dose arithmo: '))
print type(x),'    ', type(y)

 

Posted in Uncategorized