You are on page 1of 1

# -*- coding: utf-8 -*-

"""Copy of Untitled0.ipynb

Automatically generated by Colaboratory.

Original file is located at


https://colab.research.google.com/drive/1WDPrMhk3OHjwllejEpUZr3YlC9RSpGwl
"""

Name='Tanjina'
ID='201-15-13891'
Email= 'tanzintanzina200@gmail.com'
Department='Computer Science & Engineering'

print(Name)
print(ID)
print(Email)
print(Department)

You might also like