Solution:
# Step 1: Take 1st user input
string1 = input("Enter first string: ")
# Step 2: Take 2nd user input
string2 = input("Enter second string: ")
# Step 3: Concatinate Strings using + operator
concatenated_string = string1 + string2
# Step 4: Print Result
print(f"The concatenated string is: {concatenated_string}")
Output:
Notebook Example:
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Python-Programs,- Program 5: Find Sum of Two Integer Numbers - 1000+ Python Programs
- 34: Traverse a List in Reverse Order - 1000+ Python Programming
- 22: Send Yahoo! Email using smtplib - SMTP protocol client using Python Program
- 35: Python Program to find the System Hostname
- 27: Measure Elapsed Time for a Python Program Execution
- Program 7: Find Difference of Two Numbers - 1000+ Python Programs
- Program 12: Calculate Area and Circumference of Circle - 1000+ Python Programs
- Program 9: Divide Two Numbers - 1000+ Python Programs
- Program 2: Print your name using print() function - 1000+ Python Programs
- 25: How to rename a file using Python Program
- 17: Find Factorial of a Number - 1000+ Python Programs
- Program 6: Find Sum of Two Floating Numbers - 1000+ Python Programs
- 23: Python Programs to concatenate two Lists
- 36: Python Program Convert Hex String to Integer
- 20 - Python - Print Colors for Text in Terminal - 1000+ Python Programs
- Python Program: Use NumPy to generate a random number between 0 and 1
- 32: Python Program to Find Square Root of a Number
- Program 8: Multiply Two Numbers - 1000+ Python Programs
- Program 11: Calculate Percentage - 1000+ Python Programs
- 18: Get Sub List By Slicing a Python List - 1000+ Python Programs
- 28: Program to Lowercase a String in Python
- Program 1: Print Hello World! - 1000+ Python Programs
- 21: Program to Delete File or Folder in Python
- 29: Program to convert Python dict to dataframe
- 33: Python Program to find the current time in India (IST)
More Posts: - C#.Net error The underlying connection was closed: An unexpected error occurred on a send - SharePoint
- [fix] Error response from daemon: conflict unable to remove repository reference ubuntu container is using its referenced image - Docker
- Type R is already defined error : Android Error - Android
- Building library Gradle Project Info: Downloading services.gradle.org - Android-Studio
- Safari appends .html extension to files that are downloaded - Mac-OS-X
- Mac OS X Taking Screen Capture using Terminal - Mac-OS-X
- Fix: ModuleNotFoundError: No module named azure-core - Azure
- How to Indent Python code in Notepad++ - Python
# Step 1: Take 1st user input
string1 = input("Enter first string: ")
# Step 2: Take 2nd user input
string2 = input("Enter second string: ")
# Step 3: Concatinate Strings using + operator
concatenated_string = string1 + string2
# Step 4: Print Result
print(f"The concatenated string is: {concatenated_string}")
Output:
Notebook Example:
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Python-Programs,
- Program 5: Find Sum of Two Integer Numbers - 1000+ Python Programs
- 34: Traverse a List in Reverse Order - 1000+ Python Programming
- 22: Send Yahoo! Email using smtplib - SMTP protocol client using Python Program
- 35: Python Program to find the System Hostname
- 27: Measure Elapsed Time for a Python Program Execution
- Program 7: Find Difference of Two Numbers - 1000+ Python Programs
- Program 12: Calculate Area and Circumference of Circle - 1000+ Python Programs
- Program 9: Divide Two Numbers - 1000+ Python Programs
- Program 2: Print your name using print() function - 1000+ Python Programs
- 25: How to rename a file using Python Program
- 17: Find Factorial of a Number - 1000+ Python Programs
- Program 6: Find Sum of Two Floating Numbers - 1000+ Python Programs
- 23: Python Programs to concatenate two Lists
- 36: Python Program Convert Hex String to Integer
- 20 - Python - Print Colors for Text in Terminal - 1000+ Python Programs
- Python Program: Use NumPy to generate a random number between 0 and 1
- 32: Python Program to Find Square Root of a Number
- Program 8: Multiply Two Numbers - 1000+ Python Programs
- Program 11: Calculate Percentage - 1000+ Python Programs
- 18: Get Sub List By Slicing a Python List - 1000+ Python Programs
- 28: Program to Lowercase a String in Python
- Program 1: Print Hello World! - 1000+ Python Programs
- 21: Program to Delete File or Folder in Python
- 29: Program to convert Python dict to dataframe
- 33: Python Program to find the current time in India (IST)
More Posts:
- C#.Net error The underlying connection was closed: An unexpected error occurred on a send - SharePoint
- [fix] Error response from daemon: conflict unable to remove repository reference ubuntu container is using its referenced image - Docker
- Type R is already defined error : Android Error - Android
- Building library Gradle Project Info: Downloading services.gradle.org - Android-Studio
- Safari appends .html extension to files that are downloaded - Mac-OS-X
- Mac OS X Taking Screen Capture using Terminal - Mac-OS-X
- Fix: ModuleNotFoundError: No module named azure-core - Azure
- How to Indent Python code in Notepad++ - Python