﻿x=10
y=5
puts(x+y)

title = "python & ruby"
puts("Title is "+title)