udemy python 부트캠프 Day-1
udemy python 부트캠프 Day-1 print("Day 1 - Python print Function") print("Hello world!\nHello world") print("Hello "+ "world") test=input("what is your name?") print(test) print(len(test)) print(len(input("2.what is your name? "))) print("Welcome to the band name generator.") city=input("Which city did you grow up in?") pet=input("what is the name of pet?") print(city, pet)