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:
Letter D
Explanation:
AutoCAD provides eleven different ways to create arcs. The different options are used based on the geometry conditions of the design. To create an arc, you can specify various combinations of center, endpoint, start point, radius, angle, chord length, and direction values.
Answer:
See explaination
Explanation:
We can describe Aspiration Effect as a phenomenon of providing an allowance for the release of air from the mold cavity during the metal pouring.
See the attached file for detailed solution of the given problem.
Answer:
Đường dây siêu cao áp 500kV: Những chuyện giờ mới kể ... Ngày 27/5/1994, hệ thống đường dây điện siêu cao áp 500kV Bắc - Nam chính thức đưa ... Tại thời điểm đó, các nước như Pháp, Úc, Mỹ khi xây dựng đường dây dài nhất ... và chế ra các máy kéo dây theo đặc thù công việc của từng đơn vị.
Explanation: