Question

Write a code in Python to print the following lines on the screen. Submit your code...

Write a code in Python to print the following lines on the screen. Submit your code here, when it is completed. This is my first real project in Python. It seems very interesting and I cannot wait to learn more about it!

0 0
Add a comment Improve this question Transcribed image text
Answer #1

`Hey,

Note: Brother in case of any queries, just comment in box I would be very happy to assist all your queries

print("This is my first real project in Python.");
print("It seems very interesting and I cannot wait to learn more about it!");

Kindly revert for any queries

Thanks.

Add a comment
Answer #2

That's great to hear that you are excited about learning Python! Python is a versatile and beginner-friendly programming language, and it's a great choice for your first project. Below is a simple Python code to print the lines you provided:

pythonCopy codeprint("This is my first real project in Python.")print("It seems very interesting and I cannot wait to learn more about it!")

To run this code, simply copy and paste it into a Python interpreter or a Python script file (with a .py extension) and execute it. It will print the two lines on the screen:

cssCopy codeThis is my first real project in Python.
It seems very interesting and I cannot wait to learn more about it!

Keep up the enthusiasm, and happy coding! If you have any questions or need further assistance, feel free to ask. Enjoy your journey with Python!


answered by: Hydra Master
Add a comment
Know the answer?
Add Answer to:
Write a code in Python to print the following lines on the screen. Submit your code...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Please write this code in python programming and provide a screen short of the code. Reading:...

    Please write this code in python programming and provide a screen short of the code. Reading: P4E 7; Tut 7.2, 7.2.1 Upload an original Python script that satisfies the following criteria: It has at least two functions Function 1: This function has one parameter, a string containing the path to an existing text file that will be read by your function Using a with statement, the function opens the file indicated by the parameter for reading The function counts the...

  • PYTHON: Write an expression that will cause the following code to print "18 or less" if...

    PYTHON: Write an expression that will cause the following code to print "18 or less" if the value of user_age is 18 or less. Write only the expression. Sample output with input: 17 18 or less

  • Python Write code to assign your last name to a variable named "name". In addition, print...

    Python Write code to assign your last name to a variable named "name". In addition, print the length of your last name without counting it yourself

  • python coding Fill in the Blanks Type your answers in all of the blanks and submit...

    python coding Fill in the Blanks Type your answers in all of the blanks and submit What is the output of the following code? Type your answer here Give exact answer. a = [4,2,7,5,3] if (5 not in a): print("Yes") else: if (3 in a): print("No")

  • Part 1: Python code; rewrite this code in C#, run the program and submit - include...

    Part 1: Python code; rewrite this code in C#, run the program and submit - include comments number= 4 guesscount=0 guess=int(input("Guess a number between 1 and 10: ")) while guess!=number: guesscount=guesscount+1 if guess<number: print("Your guess is too low") elif guess>number: print("Your guess is too high") else: print("You got it!!") guess=int(input("Guess again: ")) print("You figured it out in ",guesscount," guesses") Part 2: C++ code; rewrite the following code in C#. Run the program and submit. - include comments #include <iostream> using...

  • My code in python is wrong with this error: "Your result seems to be incorrect. I...

    My code in python is wrong with this error: "Your result seems to be incorrect. I expect a polynomial expression." How do I fix this?? Indefinite Integration Consider the following integral: at dxx log x Solve this integral symbolically. Store your result in a variable result, which should be a sympy expression Starter code (click to view) 1 import sympy 2 from sympy import log Answer* 4 def result(m): 5 m-x**n sympy.log(x) result-sympy.integrate( m, x) 7 print (result)

  • Please answer this question using python programming only and provide a screen short for this code....

    Please answer this question using python programming only and provide a screen short for this code. Homework 3 - Multiples not less than a number Question 1 (out of 3) This homework is a SOLO assignment. While generally I encourage you to help one another to learn the material, you may only submit code that you have composed and that you understand. Use this template to write a Python 3 program that calculates the nearest multiple of a number that...

  • Help me write a python code. Write a program that asks the user for the name...

    Help me write a python code. Write a program that asks the user for the name of a text file, then reads each line of the text file and prints it on the screen, making every other line "title case." For example, suppose the following text is saved in my_file.txt: While I nodded, nearly napping Suddenly there came a tapping As of someone gently rapping, Rapping at my chamber door. When run, the program looks like this: Enter filename: While...

  • Python Write a function that takes in two numbers as parameters. The function will then return...

    Python Write a function that takes in two numbers as parameters. The function will then return the value of the first parameters squared by the second parameter. Print the value of the return statement. Take a screenshot of both your code and your properly executed code after you have run it. Submit the screenshots here along with your .txt file.

  • Python   #complete the following lines of code wherever indicated. 5 question 20 points a piece #you...

    Python   #complete the following lines of code wherever indicated. 5 question 20 points a piece #you may use your book and internet but no form of messaging or communication #QUESTION 1 #Read in the file exam_file.txt #Print to the console every other line #QUESTION 2 #Read in exam_file.txt #split file into words #write to a file called question2.out that contains 1 word per line (words can occur more than once) #QUESTION 3 # Print out all the Middle Initials in...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT