import tensorflow as tf                # tensorflow를 불러오면서  tensorflow를 tf라고 쓸거야
print("텐서플로 버전 :", tf.__version__)# 큰 따옴표 내용 뒤에 tf의 버전을 출력할거야