Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
coding request
#1
hi I all,
I got a fallowing assailment please help to complete this I am totally new to the programming language.so please help me

assignment :
input:
X= siva krishana
from this required out put is
"SIVA KRISHANA"
"krishana siva"
"siva anhsirk"

thankyou
Reply
#2
What have you tried? We're not big on writing code for people here, but we would be happy to help you fix your code when you run into problems. When you do run into problems, please post your code in Python tags, and clearly explain the problem you are having, including the full text of any errors.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply
#3
You need:

I guess ~ 5 lines of code
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply
#4
Learning programming is built on a series of steps. If someone writes this for you, you won't learn this basic foundational material and you will be completely lost soon. It seems hard, but you need to try to write this. Start with breaking it into the pieces - how do you get a string input? Then, how do you break it apart? How do you make it caps? Lower case? Do it as a series of problems, not trying to solve the whole problem at once. Post your progress and we can prod you along.
Reply
#5
ezpz

text = input("X= ")
# from this required out put is
print("SIVA KRISHANA")
print("krishana siva")
print("siva anhsirk")
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Request for little help (for tree coding lines) new_one 2 2,399 Nov-22-2020, 01:04 PM
Last Post: ibreeden

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020