ECE.NU

Thoughts on Engineering

Skip to content
  • Start
    • Dictionаry
    • Electrical Engineering
    • Quality & Standardization
    • Data Communications Systems
    • Business Development
    • Automotive Engineering
    • Software Engineering
    • Electronic Engineering
  • About
  • Privacy Policy
  • Contact

Combining strings in Python

first_name = "Boris"
last_name = "Dimitrov"
full_name = first_name + " " + last_name
print(full_name)

Result: Boris Dimitrov

This entry was posted in Software Engineering and tagged Programming in Python on 01/09/2018 by Admin1.

Post navigation

← Hello World! in Python Corsair Force Series MP500 M.2 NVMe PCIe Gen.3 x4 SSD →

Archives

Privacy Policy Proudly powered by WordPress