Answer:
# Program is written in python
# 22.1 Using the count method, find the number of occurrences of the character 's' in the string 'mississippi'.
# initializing string
Stringtocheck = "mississippi"
# using count() to get count of s
counter = Stringtocheck.count('s')
# printing result
print ("Count of s is : " + str(counter))
# 2.2 In the string 'mississippi', replace all occurrences of the substring 'iss' with 'ox
# Here, we'll make use of replace() method
# Prints the string by replacing iss by ox
print(Stringtocheck.replace("iss", "ox"))
#2.3 Find the index of the first occurrence of 'p' in 'mississippi'
# declare substring
substring = 'p'
# Find index
index = Stringtocheck.find(substring)
# Print index
print(index)
# End of program
Answer:
Two stroke cycle Four stroke cycle
1.Have on power stroke in one revolution. 1.have one power
stroke in two revolution
2.Complete the cycle in 2 stroke 2.Complete the cycle in 4 stroke
3.It have ports 3.It have vales
4.Greater requirement of cooling 4.Lesser requirement of cooling
5.Less thermal efficiency 5.High thermal efficiency
6.Less volumetric efficiency 6.High volumetric efficiency
7.Size of flywheel is less. 7.Size of flywheel is more.
Hi
Acetylene and propane
I hope this help you!
Answer:
laminar flow
Explanation:
In fluid dynamics, laminar flow is characterized by fluid particles following smooth paths in layers, with each layer moving smoothly past the adjacent layers with little or no mixing.
Answer:
E=52000Hp.h
E=38724920Wh
E=1.028x10^11 ftlb
Explanation:
To solve this problem you must multiply the engine power by the time factor expressed in h / year, to find this value you must perform the conventional unit conversion procedure.
Finally, when you have the result Hp h / year you convert it to Ftlb and Wh

E=52000Hp.h

E=38724920Wh

E=1.028x10^11 ftlb