Home > other >  Two basic work for bosses to help python programming
Two basic work for bosses to help python programming

Time:09-26

just learning python all online courses are not write

CodePudding user response:

X=1.35
Y=6
F=(3 * X + 4 (X + 2 * 2 * * Y * * 2) * * 0.5/(1 + X * * (Y))

CodePudding user response:

The import math

X=float (input (' x=))
If x>=2:
Y=math. The log (x [, base])
The else:
Y=math. J exp (x)

CodePudding user response:

The import math

X=float (input (' x=))
If x>=2:
Y=math. The log ((x) * * 2-1, 3)
The else:
Y=2 * math. J exp (x - 1)
  • Related