amandy3430 amandy3430
  • 25-01-2020
  • Engineering
contestada

Write Python expressions using s1, s2, and s3 and operators and * that evaluate to: (a) 'ant bat cod'

Respuesta :

victoradenuga04 victoradenuga04
  • 25-01-2020

Given that the correct question is

Write Python expressions using s1, s2, and s3 and operators + and * that evaluate to: (a) 'ant bat cod'

Answer:

s1 = 'ant'

s2 ='bat'

s3 ='cod'

#using string concatenation

s4 = s1 + ' ' + s2 +  ' ' +s3

print(s4)

Answer Link

Otras preguntas

Another fact that many organisms are " linked " together is
If the points (2,7),(-3,3) and (5,1) are the vertices of a triangle ,find the length of the median drawn through the first vertex.​
Which of the following expressions is equal to the total investment of a no-load mutual fund? a. net assets ÷ number of shares b. net asset value ÷ number of sh
2. In IVF the fertilization is : a) Always External b) Always Internal c) Can be any one of the two d) Fertilisation does not occur ​
Shown below is a pattern of match sticks(Picture given)If the pattern continues, what is the rule to find the number of match sticks in the pattern?A. 5nB. 4n+1
Please help me with my question
Who did the ram caught in the thicket (Genesis 22:13) represent?
find the rate of change input 1 2 3 4 5 output 11 13 15 17 19
.Which of the following best describes the standard regarding attorney-client confidentiality
Cho x1(n)= r(n). rect4(n-1); x2(n)= 2n[u(n)-u(n-3)]. Tính x(n)= x1(n)*x2(n)