1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
nika2105 [10]
3 years ago
6

Write a Python program to convert the characters to lowercase in a string

Computers and Technology
1 answer:
wel3 years ago
8 0

Answer:

Following is the program in the python language

st = 'sAN RaN'  #String

print(st.lower()) #display into the lowercase

Output:

san ran

Explanation:

Following are the description of program

  • Declared and initialized the string in the "st" variable .
  • The lower function in python is used for converting the uppercase string into the lower case string .
  • Finally in the print function we used lower function and display the  string into the lower case
You might be interested in
25 POINTS!! NEED HELP ASAP!! Which of the following can be a problem for people with certain kinds of epilepsy?
olga_2 [115]
There is your answer:
Flashing images
5 0
2 years ago
Which of the following is NOT a Creative Commons license?
iogann1982 [59]
Commercial use is not a creative commons license
6 0
2 years ago
X-1; while x ==1 disp(x) end, then the result a. infinity or b. (1) ​
Alex_Xolod [135]

Answer:

1 is the answer because ur trying to trick us

Explanation:

8 0
3 years ago
Which class requires campers to work in teams to create a<br> project?
pogonyaev

Answer:

Summer camp?

Explanation:

4 0
3 years ago
What is Belady in computer language ?
makvit [3.9K]

Answer: Belady’s anomaly is a process in which by increase in the number of page frames there is a increase in the number of page faults for memory access pattern.

Explanation: Belady's anomaly was if there is a increment in the number of page frames then it will result in the increment of page faults as well in computer terms. The process was seen usually on the following replacement algorithm:-

  • FIFO(first-in first-out)
  • Random page replacement
5 0
3 years ago
Other questions:
  • Which elements in a web page require a visitor’s action?
    15·1 answer
  • What is the amount of a good or service that business have available to sell?
    13·1 answer
  • "Consideration of being digitally" literate Means to produce digital technology Participate in digital activities none of the ch
    11·1 answer
  • What is the purpose of the making of Nintendo Switch?
    10·2 answers
  • A network systems administrator would most likely help with
    13·2 answers
  • Xavier buys a new laptop for $540. He makes a down payment $75 and pays the rest in 6 equal monthly payments, p. What equation r
    7·1 answer
  • I like the impact that the increasing number of social grants may have on the things mothers​
    14·1 answer
  • Which lighting technique can often heighten a dramatic story?
    14·1 answer
  • The source Host A is going to send 5KB (5120byte) of data to the destination Host B over an established TCP connection, which ha
    8·1 answer
  • What is a simple definition for electricity?
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!