Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 1.2 KB

File metadata and controls

66 lines (53 loc) · 1.2 KB
title Test
description Test
v2 true

Sample Exercise

type: NormalExercise
lang: python
xp: 100
skills: 2
key: 16f6ff0c7d


This is the assignment text. It should help provide students with the background information needed. The instructions that follow should be in bullet point form with clear guidance for what is expected.

@instructions

  • Instruction 1
  • Instruction 2
  • Instruction 3

@hint

  • Here is the hint for this setup problem.
  • It should get students 50% of the way to the correct answer.
  • So don't provide the answer, but don't just reiterate the instructions.
  • Typically one hint per instruction is a sensible amount.

@pre_exercise_code

# Load datasets and packages here.
print('Hello, DataCamp!')

@sample_code

# Your
# sample
# code
# should
# be
# ideally
# 10 lines or less,
# with a max
# of 16 lines.

@solution

# Answer goes here
# Make sure to match the comments with your sample code
# to help students see the differences from solution
# to given.

@sct

# Update this to something more informative.
success_msg("Some praise! Then reinforce a learning objective from the exercise.")