##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 02\02.03 - Alternative for calculating salary raise.py
# Description: Alternative for calculating salary raise
##############################################################################
print(1500 + (1500 * 5 / 100))