#!/usr/bin/env python3 # @author 轩辕龙儿 # @date 2022/10/25 # @file NP2.py s1 = "Hello World!" s2 = "Hello Nowcoder!" print(s1) print(s2)