Viết 1 câu lệnh in ra màn hình từ : $\text{hello world in python}$ $\text{Nhấn mạnh là dùng python}$

2 câu trả lời

\begin{array}{c} \color{#db1616}{\texttt{#Khoadang09}} \end{array}

# Cách 1 :

print("hello world in python")

# Cách 2 :

import sys
sys.stdout.write("hello world in python \n")

$\color{red}{Best}$ $\color{red}{Answer}$

Code :
`Cách` `1: `

print("hello world in python")

`Cách` `2 : `

a = "hello world in python"

print(a)

Input :

hello world in python

Câu hỏi trong lớp Xem thêm
2 lượt xem
2 đáp án
20 giờ trước