Computer Science, asked by sarvaggya1976, 7 months ago

1. Write the following expression using Python syntax.
1
a.
-xyz
2
b. Pa"
d. Om
e. 3x² + 2x - 5
a"
C.
bm​

Answers

Answered by div2007
1

Answer:

In Python most of the lines you will write will be expressions. ... Few basic examples of mathematical operators are given below: >>> 2 + 3 ... One example code used to show expressions.

Answered by vishal71014
1

Answer:

int x = 1

int y = 1

int equal = (x+y)

system.out.println{x+y}

Similar questions