#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http

제목input 의 빈칸이 실행시켜도 안나와요2018-09-20 10:13
작성자
첨부파일thisone.jpg (94.8KB)5th class lsw-checkpoint.zip (6.7KB)

이성원교수님께

처음에

print ("Enter 'a' as integer number:")
a=int(input())

만 넣고 실행했을 때는 빈칸이 나오는데


print ("Enter 'a' as integer number:")
a=int(input())

print("Enter 'b' as integer number:")
b=int(input())

print("a+b=",a+b)

그대로 넣고 한번에 실행해서 alt  enter 눌럿는데 그냥 한칸이 더생기기만 하고 input 넣었을 때 나오는 빈칸이 안나오네요. 원인이 뭔지 잘모르겠습니다.

사진과  ipnyb 파일같이 업로드 합니다.

 
댓글