- Joined
- Mar 13, 2022
- Messages
- 1
- Reaction score
- 0
Hey guys, i hope you are all doing alright!
I have a college assigment due Wednesday, and i really dont understand it, i would really apprieciate it if someone helped me.
I cannot pay im really sorry, but im happy to run an errand for you or help you do something.
https://www.toptal.com/developers/hastebin/enazolifor.coffeescript
You can find my assignment up there ^^, or in the spoiler down below
I have a college assigment due Wednesday, and i really dont understand it, i would really apprieciate it if someone helped me.
I cannot pay im really sorry, but im happy to run an errand for you or help you do something.
https://www.toptal.com/developers/hastebin/enazolifor.coffeescript
You can find my assignment up there ^^, or in the spoiler down below
Develop a program in Python that:
1.At the beginning of the program on the console appears "agent in call ....."
2. Receives input from the user asking them to write a certain text.
3. Print the text from the user to the console.
4. Find the length of the text using the ready-made method and print on the console the length of the text showing that the length of the text is: the length of the text.
5. Print on the console the text which starts from index 7 to the end of the text.
6. Print the first and last character of the text given by the user, in the console should appear: The first letter in your text is (Print the letter) and the last letter in the given text is: (print the letter).
7. At the end of the program you must print "Close".
1.At the beginning of the program on the console appears "agent in call ....."
2. Receives input from the user asking them to write a certain text.
3. Print the text from the user to the console.
4. Find the length of the text using the ready-made method and print on the console the length of the text showing that the length of the text is: the length of the text.
5. Print on the console the text which starts from index 7 to the end of the text.
6. Print the first and last character of the text given by the user, in the console should appear: The first letter in your text is (Print the letter) and the last letter in the given text is: (print the letter).
7. At the end of the program you must print "Close".