강의

멘토링

커뮤니티

Inflearn Community Q&A

junghyunko5646's profile image
junghyunko5646

asked

Super-Quick Python Course (python)

String supplementary lessons, file input/output

빌드인 변수 문의

Written on

·

184

0

Traceback (most recent call last):

  File "C:\Users\kokot\eclipse-workspace\edu1\edu1\1\chapter11.py", line 70, in <module>

    pp=file.read()

NameError: name 'file' is not defined

빌드인 변수 지정하는 방법을 알 수 있을까요?

python

Answer

This question is waiting for answers
Be the first to answer!
junghyunko5646's profile image
junghyunko5646

asked

Ask a question